X509CertificateTrustListBuilderThisUpdate Property |
Gets or sets the date and time when trust list validity begins. Default value is current date and time.
Namespace:
SysadminsLV.PKI.Cryptography.X509Certificates
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public DateTime ThisUpdate { get; set; }
Public Property ThisUpdate As DateTime
Get
Set
public:
property DateTime ThisUpdate {
DateTime get ();
void set (DateTime value);
}
member ThisUpdate : DateTime with get, set
Property Value
Type:
DateTimeSee Also