Click or drag to resize

CefSslInfoValidExpiry Property

Returns the date after 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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public DateTime ValidExpiry { get; }

Property Value

DateTime
See Also