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