ISslInfoValidExpiry Property |
Version 51.0.0
Returns the date after which the X.509 certificate is invalid.
will return null if no date was specified.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 51.0.0.0 (51.0.0.0)
Syntax Nullable<DateTime> ValidExpiry { get; }
property Nullable<DateTime> ValidExpiry {
Nullable<DateTime> get ();
}
Property Value
Type:
NullableDateTimeSee Also