10 references to NotAfter
System (1)
security\system\security\cryptography\x509\x509certificate2.cs (1)
520
sb.Append(FormatDate(this.
NotAfter
));
System.IdentityModel (5)
System\IdentityModel\Claims\X509CertificateClaimSet.cs (1)
89
this.expirationTime = this.certificate.
NotAfter
.ToUniversalTime();
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)
96
this.expirationTime = this.certificate.
NotAfter
.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)
960
if ((signedCms.SignerInfos[0].Certificate.
NotAfter
< time.SigningTime) ||
WsatUI (1)
MMCUI\AcceptedCertificatesForm.cs (1)
71
store[i].
NotAfter
.ToShortDateString() };