3 writes to m_encryptedKey
System.Security (3)
system\security\cryptography\xml\keyinfo.cs (3)
435
m_encryptedKey
= encryptedKey;
440
set {
m_encryptedKey
= value; }
456
m_encryptedKey
= new EncryptedKey();
6 references to m_encryptedKey
System.Security (6)
system\security\cryptography\xml\keyinfo.cs (6)
439
get { return
m_encryptedKey
; }
444
if (
m_encryptedKey
== null)
446
return
m_encryptedKey
.GetXml();
450
if (
m_encryptedKey
== null)
452
return
m_encryptedKey
.GetXml(xmlDocument);
457
m_encryptedKey
.LoadXml(value);