X509CertificateBuilderNotBefore Property
Gets or sets the date in local time on which a certificate becomes valid. Default value is current
date and time. If external signer is used, this value cannot be less than NotBefore 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 NotBefore { get; set; }
Public Property NotBefore As DateTime
Get
Set
public:
property DateTime NotBefore {
DateTime get ();
void set (DateTime value);
}
member NotBefore : DateTime with get, set
Property Value
DateTime