Discuss this help topic in SecureBlackbox Forum
Validates the certificate chain.
Declaration
Parameters
- Reason - certificate invalidity reason
- ValidityMoment - moment for which the validity must be checked
- CheckCACertDates - When this parameter is False, time specified in ValidityMoment is checked against validity period of the certificate being validated only.
When CheckCACertDates is True, validity periods of all certificates in the chain are questioned.
Default value is False.
Values
Return value
Returns the certificate validity.
Possible values:
Description
Use this method to validate a completed certificate chain.
In a case when the chain is invalid, parameter
Reason contains the invalidity reason.
Discuss this help topic in SecureBlackbox Forum