Table of Contents

Property DigestAlgorithm

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

DigestAlgorithm

Gets or sets the digest algorithm to use when signing a document.

public PdfDigestAlgorithm DigestAlgorithm { get; set; }

Property Value

PdfDigestAlgorithm

The digest algorithm to use when signing a document.

Remarks

Default value: Sha1.

Read the Sign PDF documents in C# and VB.NET article for examples of using this property.