Click or drag to resize

CertificateExpired Property

Indicates whether the certificate has already expired.

Namespace:  DotNetBrowser.Net.Certificates
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public bool Expired { get; }

Property Value

Type: Boolean
false if the certificate is not expired, otherwise - true.
See Also