3 writes to _encryptedKey
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\KeyInfoEncryptedKey.cs (3)
19_encryptedKey = encryptedKey; 25set { _encryptedKey = value; } 44_encryptedKey = new EncryptedKey();
6 references to _encryptedKey
System.Security.Cryptography.Xml (6)
System\Security\Cryptography\Xml\KeyInfoEncryptedKey.cs (6)
24get { return _encryptedKey; } 30if (_encryptedKey == null) 32return _encryptedKey.GetXml(); 37if (_encryptedKey == null) 39return _encryptedKey.GetXml(xmlDocument); 45_encryptedKey.LoadXml(value);