3 instantiations of KeyInfoEncryptedKey
System.Configuration (1)
System\Configuration\RSAProtectedConfigurationProvider.cs (1)
79
kek = new
KeyInfoEncryptedKey
(ek);
System.Security (2)
system\security\cryptography\xml\encryptedxml.cs (2)
550
KeyInfoEncryptedKey kek = new
KeyInfoEncryptedKey
(ek);
619
KeyInfoEncryptedKey kek = new
KeyInfoEncryptedKey
(ek);
9 references to KeyInfoEncryptedKey
System.Configuration (3)
System\Configuration\FipsAwareEncryptedXml.cs (2)
34
KeyInfoEncryptedKey
kiEncKey = ki as
KeyInfoEncryptedKey
;
System\Configuration\RSAProtectedConfigurationProvider.cs (1)
51
KeyInfoEncryptedKey
kek;
System.Security (6)
system\security\cryptography\xml\encryptedxml.cs (6)
344
KeyInfoEncryptedKey
kiEncKey;
378
kiEncKey = keyInfoEnum.Current as
KeyInfoEncryptedKey
;
419
KeyInfoEncryptedKey
kiEncKey;
480
kiEncKey = keyInfoEnum.Current as
KeyInfoEncryptedKey
;
550
KeyInfoEncryptedKey
kek = new KeyInfoEncryptedKey(ek);
619
KeyInfoEncryptedKey
kek = new KeyInfoEncryptedKey(ek);