3 overrides of DecryptValue
mscorlib (1)
system\security\cryptography\rsacryptoserviceprovider.cs (1)
443public override byte[] DecryptValue(byte[] rgb) {
System.Core (1)
System\Security\Cryptography\RsaCng.cs (1)
547public override byte[] DecryptValue(byte[] rgb) { throw new NotSupportedException(SR.NotSupported_Method); }
System.IdentityModel.Selectors (1)
infocard\client\System\IdentityModel\Selectors\InfoCardRSACryptoProvider.cs (1)
75public override byte[] DecryptValue(byte[] rgb)
4 references to DecryptValue
mscorlib (3)
system\security\cryptography\rsapkcs1keyexchangedeformatter.cs (1)
57rgb = _rsaKey.DecryptValue(rgbIn);
system\security\cryptography\rsapkcs1signatureformatter.cs (1)
80return _rsaKey.DecryptValue(pad);
system\security\cryptography\utils.cs (1)
864data = rsa.DecryptValue(encryptedData);
System.IdentityModel (1)
System\IdentityModel\Tokens\RsaSecurityKey.cs (1)
210this.rsa.DecryptValue(hash); // imitate signing