ISslInfoValidStart Property |
Version 51.0.0
Returns the date before 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> ValidStart { get; }
property Nullable<DateTime> ValidStart {
Nullable<DateTime> get ();
}
Property Value
Type:
NullableDateTimeSee Also