6 instantiations of EncryptedKey
System.Security.Cryptography.Xml (6)
System\Security\Cryptography\Xml\EncryptedXml.cs (5)
343
EncryptedKey ek1 = new
EncryptedKey
();
358
ek = new
EncryptedKey
();
466
ek = new
EncryptedKey
();
568
EncryptedKey ek = new
EncryptedKey
();
653
EncryptedKey ek = new
EncryptedKey
();
System\Security\Cryptography\Xml\KeyInfoEncryptedKey.cs (1)
44
_encryptedKey = new
EncryptedKey
();
12 references to EncryptedKey
Microsoft.AspNetCore.DataProtection (2)
XmlEncryption\EncryptedXmlDecryptor.cs (2)
101
public override byte[]? DecryptEncryptedKey(
EncryptedKey
encryptedKey)
129
private byte[]? GetKeyFromCert(
EncryptedKey
encryptedKey, KeyInfoX509Data keyInfo)
System.Security (1)
System.Security.cs (1)
45
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.
EncryptedKey
))]
System.Security.Cryptography.Xml (9)
System\Security\Cryptography\Xml\EncryptedXml.cs (6)
323
EncryptedKey
? ek = null;
343
EncryptedKey
ek1 = new EncryptedKey();
399
public virtual byte[]? DecryptEncryptedKey(
EncryptedKey
encryptedKey)
414
EncryptedKey
? ek;
568
EncryptedKey
ek = new EncryptedKey();
653
EncryptedKey
ek = new EncryptedKey();
System\Security\Cryptography\Xml\KeyInfoEncryptedKey.cs (3)
13
private
EncryptedKey
? _encryptedKey;
17
public KeyInfoEncryptedKey(
EncryptedKey
encryptedKey)
22
public
EncryptedKey
? EncryptedKey