Click or drag to resize

PdfSignerDistinguishedName Property

Gets or sets the distinguished name of the person or authority signing the document.

Default value: Empty so that distinguished name is not automatically added to the signature's appearance. If set to , default value is Subject distinguished name of a certificate associated with Id.


Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntax
public string DistinguishedName { get; set; }

Property Value

String
The distinguished name of the person or authority signing the document.
See Also