Click or drag to resize

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; }

Property Value

Type: DateTime
See Also