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