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
| DSSProcessID | Value returned by one of the NewPAdESDSSProcessFrom* functions. |
|---|---|
| CertDER | DER-encoded X.509 certificate bytes. |