New to Telerik Document ProcessingStart a free 30-day trial

Configurable signing options controlling how a PDF digital signature is produced.

Definition

Namespace:Telerik.Documents.Fixed.Model.DigitalSignatures

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

C#
public class SignatureSettings

Inheritance: objectSignatureSettings

Properties

Gets or sets the option that determines which certificates are included in the certificate chain when exporting or processing certificates.

C#
public CertificateChainIncludeOption CertificateChainIncludeOption { get; set; }
Remarks:

Use this property to specify whether only the end-entity certificate, the entire chain, or a partial chain should be included. The selected option may affect compatibility with external systems and the ability to validate the certificate.

Gets or sets the digest (hash) algorithm used when producing the CMS (PKCS#7) signature.

C#
public DigestAlgorithmType DigestAlgorithm { get; set; }

Gets or sets the timestamp server settings used to obtain a trusted timestamp for the signature.

C#
public TimeStampServer TimeStampServer { get; set; }