1 override of DecryptEncryptedKey
Microsoft.AspNetCore.DataProtection (1)
XmlEncryption\EncryptedXmlDecryptor.cs (1)
101
public override byte[]?
DecryptEncryptedKey
(EncryptedKey encryptedKey)
4 references to DecryptEncryptedKey
Microsoft.AspNetCore.DataProtection (1)
XmlEncryption\EncryptedXmlDecryptor.cs (1)
126
return base.
DecryptEncryptedKey
(encryptedKey);
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\EncryptedXml.cs (3)
381
byte[]? key =
DecryptEncryptedKey
(ek);
480
return
DecryptEncryptedKey
(ek);
493
byte[]? encryptionKey =
DecryptEncryptedKey
(ek!);