Skip to main content

TdxPDFSignatureFieldInfo.Certificate Property

Specifies a public key certificate used to sign a PDF document.

Declaration

property Certificate: TdxX509Certificate read; write;

Property Value

Type Description
TdxX509Certificate

An X.509 public key certificate.

Remarks

Assign a valid certificate to this property and use the ContactInfo, Location, and Reason properties to configure the digital signature. Then, set a PDF document’s OptionsSignature.Enabled property to True. A subsequent SaveToFile or SaveToStream procedure call adds the digital signature to the saved document.

Note

The Certificate property’s setter raises the EdxX509Exception exception if it is impossible to use the assigned certificate to sign documents.

The Certificate property’s default value is nil.

See Also