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