2 writes to m_subjectName
System (2)
security\system\security\cryptography\x509\x509certificate2.cs (2)
905m_subjectName = new X500DistinguishedName(pCertInfo.Subject); 1121m_subjectName = null;
2 references to m_subjectName
System (2)
security\system\security\cryptography\x509\x509certificate2.cs (2)
901if (m_subjectName == null) { 909return m_subjectName;