THotPDF.VerifyLoadedSignature

THotPDF

 

Top  Previous  Next

Memverifikasi tanda tangan tertentu yang dimuat berdasarkan indeks

 

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

Memverifikasi tanda tangan tertentu yang dimuat berdasarkan indeks

Memvalidasi tanda tangan digital terhadap isi dokumen

 

See also: THotPDF