AddPAdESDSSCertificate

Security and Signatures

Description

Stages a single DER-encoded X.509 certificate (RFC 5280) for inclusion in the DSS /Certs array. Call repeatedly to add multiple certificates from the validation chain.

Syntax

Delphi

function TPDFlib.AddPAdESDSSCertificate(DSSProcessID: Integer; Const CertDER: AnsiString): Integer;

Parameters

DSSProcessIDValue returned by one of the NewPAdESDSSProcessFrom* functions.
CertDERDER-encoded X.509 certificate bytes.