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