3 instantiations of KeyInfoEncryptedKey
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\CryptoHelpers.cs (1)
39
"http://www.w3.org/2001/04/xmlenc# EncryptedKey" => new
KeyInfoEncryptedKey
(),
System\Security\Cryptography\Xml\EncryptedXml.cs (2)
578
KeyInfoEncryptedKey kek = new
KeyInfoEncryptedKey
(ek);
663
KeyInfoEncryptedKey kek = new
KeyInfoEncryptedKey
(ek);
7 references to KeyInfoEncryptedKey
System.Security (1)
System.Security.cs (1)
55
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.
KeyInfoEncryptedKey
))]
System.Security.Cryptography.Xml (6)
System\Security\Cryptography\Xml\EncryptedXml.cs (6)
322
KeyInfoEncryptedKey
? kiEncKey;
362
kiEncKey = keyInfoEnum.Current as
KeyInfoEncryptedKey
;
413
KeyInfoEncryptedKey
? kiEncKey;
488
kiEncKey = keyInfoEnum.Current as
KeyInfoEncryptedKey
;
578
KeyInfoEncryptedKey
kek = new KeyInfoEncryptedKey(ek);
663
KeyInfoEncryptedKey
kek = new KeyInfoEncryptedKey(ek);