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