PdfSignatureAppearanceOptions.IncludeDistinguishedName Property

Gets or sets a value indicating whether to include the certificate Distinguished Name in the text of the signature.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public bool IncludeDistinguishedName { get; set; }
VB
Public Property IncludeDistinguishedName As Boolean
	Get
	Set

Property Value

Type: Boolean
true if to include the certificate Distinguished Name in the text of the signature; otherwise, false.

Remarks

Default value: false.

See Also