2 writes to m_keyInfo
System.Security (2)
system\security\cryptography\xml\encryptedtype.cs (2)
76
m_keyInfo
= new KeyInfo();
79
set {
m_keyInfo
= value; }
2 references to m_keyInfo
System.Security (2)
system\security\cryptography\xml\encryptedtype.cs (2)
75
if (
m_keyInfo
== null)
77
return
m_keyInfo
;