Discuss this help topic in SecureBlackbox Forum
Validate given certificate
Declaration
Parameters
- Certificate - Certificate object, initialized by LoadFromBuffer method
- Validity - (out) certificate validity
- Reason - (out) certificate validity parameters.
- ValidityMoment - Time to check validity period against. Default value of 0 means "check current moment"
- 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 certificate validity.
Possible values:
Description
This method uses
CRL property for certificate validation when this property is specified.
Do not use this method directly. Use the same method of the derived classes
TElWinCertStorage,
TElMemoryCertStorage and
TElFileCertStorage .
Discuss this help topic in SecureBlackbox Forum