8 references to NotBefore
System (1)
security\system\security\cryptography\x509\x509certificate2.cs (1)
514sb.Append(FormatDate(this.NotBefore));
System.IdentityModel (4)
System\IdentityModel\Selectors\X509CertificateValidator.cs (3)
161DiagnosticUtility.DebugAssert(now.Kind == certificate.NotAfter.Kind && now.Kind == certificate.NotBefore.Kind, ""); 163if (now > certificate.NotAfter || now < certificate.NotBefore) 166SecurityUtils.GetCertificateId(certificate), now, certificate.NotBefore, certificate.NotAfter));
System\IdentityModel\Tokens\X509SecurityToken.cs (1)
85this.effectiveTime = this.certificate.NotBefore.ToUniversalTime();
System.Security (2)
system\security\cryptography\pkcs\pkcsutils.cs (2)
496if (certificate.NotBefore <= DateTime.Now && certificate.NotAfter >= DateTime.Now) { 533if (certificate.HasPrivateKey && certificate.NotBefore <= DateTime.Now && certificate.NotAfter >= DateTime.Now) {
System.Windows.Forms (1)
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (1)
961(signedCms.SignerInfos[0].Certificate.NotBefore > time.SigningTime))