Click or drag to resize

DocumentSavingEventArgsCertifyUsing Property

Gets or sets the signature certificate, if any, to sign the document (using an RSA certificate) when saved.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public PdfCertifier CertifyUsing { get; set; }

Property Value

Type: PdfCertifier

If the default or null, the output will not be signed; otherwise, the certificate will be used when saving.

Remarks

Signing a PDF file with a certificate allows others to verify that the file was saved by a given entity. This type of signing is typically used to verify that a document is authentic and has not been altered, and often applied in signing applications after all parties have signed a document. Self signed certificates can be used, but will display a warning in many viewers.

See Also