WebSSLCertificateIsValid Property |
Gets the status of the certificate. True if the certificate is valid, otherwise False.
Namespace:
PKI.Web
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public bool CertificateIsValid { get; }
Public ReadOnly Property CertificateIsValid As Boolean
Get
public:
property bool CertificateIsValid {
bool get ();
}
member CertificateIsValid : bool with get
Property Value
Type:
BooleanSee Also