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