2 references to NotBefore
System (2)
security\system\security\cryptography\x509\x509certificate2.cs (2)
737long dt = (((long)(uint)pCertInfo.NotBefore.dwHighDateTime) << 32) | ((long)(uint)pCertInfo.NotBefore.dwLowDateTime);