Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdDwfxSignatureHandler::validatePackageSignature Method
Syntax
C++
virtual bool validatePackageSignature(const OdString& filePath, SignatureValidationResult& validationResult, OdCertParameters& certParams) = 0;

Method to validate signature.

Parameters
Description
filePath
[in] Full path to the package.
validationResult
[out] The result of signature validation if method succeeds.
certParams
[out] Description data of the certificate if obtained one during the validation.

Returns true if succeeded. Otherwise returns false.

Copyright © 2002-2022. Open Design Alliance All rights reserved.