3 references to DecryptKey
Microsoft.AspNetCore.DataProtection (1)
XmlEncryption\EncryptedXmlDecryptor.cs (1)
161
return
DecryptKey
(encryptedKey.CipherData.CipherValue!, privateKey, useOAEP);
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\EncryptedXml.cs (2)
437
return EncryptedXml.
DecryptKey
(encryptedKey.CipherData.CipherValue, (RSA)kek, fOAEP);
456
return EncryptedXml.
DecryptKey
(encryptedKey.CipherData.CipherValue, privateKey, fOAEP);