Discuss this help topic in SecureBlackbox Forum
This method validates signature which is contained in request.
Declaration
Return value
True if signature is successfully validated.
False otherwise
Description
Use this method to validate signature
which is contained in certificate request.
After generating the request,
subject signs it with its private key. If this method
returns
False, it means that certificate request body was corrupted. It is a good idea to reject all requests with non-valid digital signatures.