OCSPSingleResponseNextUpdate Property |
Gets the time at or before which newer information will be available about the status of the certificate.
Namespace:
PKI.OCSP
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public Nullable<DateTime> NextUpdate { get; }
Public ReadOnly Property NextUpdate As Nullable(Of DateTime)
Get
public:
property Nullable<DateTime> NextUpdate {
Nullable<DateTime> get ();
}
member NextUpdate : Nullable<DateTime> with get
Property Value
Type:
NullableDateTimeSee Also