8 references to DecryptKey
System.IdentityModel (6)
System\IdentityModel\Tokens\RsaSecurityKey.cs (3)
34
return EncryptedXml.
DecryptKey
(keyData, rsa, false);
36
return EncryptedXml.
DecryptKey
(keyData, rsa, true);
39
return EncryptedXml.
DecryptKey
(keyData, rsa, false);
System\IdentityModel\Tokens\X509AsymmetricSecurityKey.cs (3)
142
return EncryptedXml.
DecryptKey
(keyData, rsa, false);
145
return EncryptedXml.
DecryptKey
(keyData, rsa, true);
149
return EncryptedXml.
DecryptKey
(keyData, rsa, true);
System.Security (2)
system\security\cryptography\xml\encryptedxml.cs (2)
439
return EncryptedXml.
DecryptKey
(encryptedKey.CipherData.CipherValue, (RSA) kek, fOAEP);
453
return EncryptedXml.
DecryptKey
(encryptedKey.CipherData.CipherValue, privateKey, fOAEP);