7 instantiations of EncryptedKey
System.Configuration (1)
System\Configuration\RSAProtectedConfigurationProvider.cs (1)
69ek = new EncryptedKey();
System.Security (6)
system\security\cryptography\xml\encryptedxml.cs (5)
361EncryptedKey ek1 = new EncryptedKey(); 374ek = new EncryptedKey(); 462ek = new EncryptedKey(); 541EncryptedKey ek = new EncryptedKey(); 608EncryptedKey ek = new EncryptedKey();
system\security\cryptography\xml\keyinfo.cs (1)
456m_encryptedKey = new EncryptedKey();
11 references to EncryptedKey
System.Configuration (2)
System\Configuration\FipsAwareEncryptedXml.cs (1)
31EncryptedKey ek = null;
System\Configuration\RSAProtectedConfigurationProvider.cs (1)
50EncryptedKey ek;
System.Security (9)
system\security\cryptography\xml\encryptedxml.cs (6)
345EncryptedKey ek = null; 361EncryptedKey ek1 = new EncryptedKey(); 409public virtual byte[] DecryptEncryptedKey (EncryptedKey encryptedKey) { 420EncryptedKey ek = null; 541EncryptedKey ek = new EncryptedKey(); 608EncryptedKey ek = new EncryptedKey();
system\security\cryptography\xml\keyinfo.cs (3)
430private EncryptedKey m_encryptedKey; 434public KeyInfoEncryptedKey (EncryptedKey encryptedKey) { 438public EncryptedKey EncryptedKey {