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