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.X509Certificates
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax 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
Type:
DateTimeSee Also