8 references to NotBefore
System (1)
security\system\security\cryptography\x509\x509certificate2.cs (1)
514
sb.Append(FormatDate(this.
NotBefore
));
System.IdentityModel (4)
System\IdentityModel\Selectors\X509CertificateValidator.cs (3)
161
DiagnosticUtility.DebugAssert(now.Kind == certificate.NotAfter.Kind && now.Kind == certificate.
NotBefore
.Kind, "");
163
if (now > certificate.NotAfter || now < certificate.
NotBefore
)
166
SecurityUtils.GetCertificateId(certificate), now, certificate.
NotBefore
, certificate.NotAfter));
System\IdentityModel\Tokens\X509SecurityToken.cs (1)
85
this.effectiveTime = this.certificate.
NotBefore
.ToUniversalTime();
System.Security (2)
system\security\cryptography\pkcs\pkcsutils.cs (2)
496
if (certificate.
NotBefore
<= DateTime.Now && certificate.NotAfter >= DateTime.Now) {
533
if (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))