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