property IgnoreClientCertificateValidity: boolean; default False;
Description
Determines whether the validity period of the client certificate will be verified during the TLS/SSL handshake when starting a new session.
Set IgnoreClientCertificateValidity to True to make the server ignore the validity period of the client certificate.
Set IgnoreClientCertificateValidity to False to make the server verify the certificate validity period. If the the validity period of the certificate has expired, the TLS is considered invalid, and the session is closed.
The default value is False.
See Also
IgnoreClientCertificateConstraints
IgnoreClientCertificateInsecurity