Discuss this help topic in SecureBlackbox Forum
Validates the certificate signed by certificate authority (CA)
Declaration
Parameters
Return value
Returns True if certificate is valid, and False otherwise.
Description
Use this function to validate a certificate signed by certificate authority (CA). First you need to either set all certificate properties or load the certificate from the stream or from the buffer. Then call this function to do validation. Pass the certificate of the CA to this function as a parameter. To validate a self-signed certificate use Validate function.