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.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntaxpublic string DistinguishedName { get; set; }
Public Property DistinguishedName As String
Get
Set
Property Value
String
The distinguished name of the person or authority signing the document.
See Also