2 writes to m_cipherData
System.Security (2)
system\security\cryptography\xml\encryptedtype.cs (2)
105
m_cipherData
= new CipherData();
113
m_cipherData
= value;
2 references to m_cipherData
System.Security (2)
system\security\cryptography\xml\encryptedtype.cs (2)
104
if (
m_cipherData
== null)
107
return
m_cipherData
;