Discuss this help topic in SecureBlackbox Forum
This method verifies digitally signed data
Declaration
Parameters
Return value
0 if the verification process was completed successfully, and an error code otherwise.
Possible values:
|
Description
Use this method to verify the digital signature for a message.
Message should be in PKCS#7-compatible format.
Message is validated using certificates which it contains.
If message does not contain the appropriate certificate, certificates from
CertStorage
are used.
Check
Certificates
property after calling this method to get certificates which are included in message.