1 override of EncryptValue
System.Security.Cryptography (1)
System\Security\Cryptography\RSAWrapper.cs (1)
104public override byte[] EncryptValue(byte[] rgb) => _wrapped.EncryptValue(rgb);
1 reference to EncryptValue
System.Security.Cryptography (1)
System\Security\Cryptography\RSAWrapper.cs (1)
104public override byte[] EncryptValue(byte[] rgb) => _wrapped.EncryptValue(rgb);