X509CertificateBuilderNotAfter Property
Gets or sets the date in local time after which a certificate is no longer valid. This value cannot be
earlier than
NotBefore value. If external signer is used, this value cannot exceed NotAfter
value of the signer certificate.
Namespace: SysadminsLV.PKI.Cryptography.X509CertificatesAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
public DateTime NotAfter { get; set; }
Public Property NotAfter As DateTime
Get
Set
public:
property DateTime NotAfter {
DateTime get ();
void set (DateTime value);
}
member NotAfter : DateTime with get, set
Property Value
DateTime