Discuss this help topic in SecureBlackbox Forum
Validates the self-signed certificate
Declaration
Return value
True if certificate is valid.
False otherwise.
Description
Use this function to validate a self-signed certificate. 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 perform validation. To validate a certificate which was signed by certificate authority (CA) use ValidateWithCA function.