THotPDF.VerifyLoadedSignature

THotPDF

 

Top  Previous  Next

インデックスによって特定の読み込まれた署名を検証します

 

Delphi syntax:

function VerifyLoadedSignature( SigIndex: Integer ): THPDFSignatureVerifyStatus; overload;

function VerifyLoadedSignature( SigIndex: Integer; Source: TStream ): THPDFSignatureVerifyStatus; overload;

function VerifyLoadedSignature( SigIndex: Integer; Source: TStream; out Info: THPDFSignatureInfo ): THPDFSignatureVerifyStatus; overload;

 

Description

インデックスによって特定の読み込まれた署名を検証します

ドキュメントの内容に対してデジタル署名を検証します

 

See also: THotPDF