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.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
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