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