3 writes to m_keyInfo
System.Security (3)
system\security\cryptography\xml\signature.cs (3)
72
m_keyInfo
= new KeyInfo();
75
set {
m_keyInfo
= value; }
176
m_keyInfo
= new KeyInfo();
3 references to m_keyInfo
System.Security (3)
system\security\cryptography\xml\signature.cs (3)
71
if (
m_keyInfo
== null)
73
return
m_keyInfo
;
184
m_keyInfo
.LoadXml(keyInfoElement);