Click or drag to resize

CefSslInfoValidStart Property

Returns the date before which the X.509 certificate is invalid. CefTime.GetTimeT() will return 0 if no date was specified.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public DateTime ValidStart { get; }

Property Value

Type: DateTime
See Also