SecureBlackbox 2020 PHP Edition

Questions / Feedback?

VerifyDetachedFile Method

Verifies a detached signature.

Object Oriented Interface

public function doVerifyDetachedFile($signeddatafile, $signaturefile);

Procedural Interface

secureblackbox_publickeycrypto_do_verifydetachedfile($res, $signeddatafile, $signaturefile);

Remarks

Use this method to verify a detached signature. Pass the original data via the SignedDataFile parameter, and the signature via the SignatureFileparameter.

The validation result is stored in SignatureValidationResult property.

Provide the verification key in Key property.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 PHP Edition - Version 20.0 [Build 8154]