KSC Open API
Kaspersky Security Center API description
boolean Signature::VerifySignature ( params  pVerifyOptions,
binary  pSignedData 
)

Returns whether digital signature is valid.

Parameters:
pVerifyOptions(params) Verify options, not currently used
pSignedData(binary) Signed data
Returns:
(boolean) Signature verification result - true if successful, otherwise false.
Exceptions:
Throwsan exception if unexpected errors occur during the verify process.