2 writes to m_key
System (2)
security\system\security\cryptography\x509\x509certificate2.cs (2)
99
m_key
= rsa;
106
m_key
= dsa;
2 references to m_key
System (2)
security\system\security\cryptography\x509\x509certificate2.cs (2)
93
if (
m_key
== null) {
114
return
m_key
;