2 writes to m_notBefore
System (2)
security\system\security\cryptography\x509\x509certificate2.cs (2)
738m_notBefore = DateTime.FromFileTime(dt); 1115m_notBefore = DateTime.MinValue;
2 references to m_notBefore
System (2)
security\system\security\cryptography\x509\x509certificate2.cs (2)
733if (m_notBefore == DateTime.MinValue) { 742return m_notBefore;