Skip to main content

TdxPSPDFSignatureOptions.Certificate Property

Specifies a public key certificate used to sign exported PDF documents.

Declaration

property Certificate: TdxX509Certificate read; write;

Property Value

Type
TdxX509Certificate

Remarks

Assign an X.509 certificate to this property and set the Enabled property to True to add a digital signature to exported PDF documents. Use the ContactInfo, Location, and Reason properties to add additional information to the digital signature.

The Certificate property’s default value is nil.

See Also