PdfSignature
DistinguishedName Property
|
Digital Signature Distinguished name.
Notes: Assigning a stirng value to it directly is not recommended unless you know what is the Distinguish Name exactly.
One way suggested of value Assignment is using pdfSignature.Certificate.IssuerName.Name,in which, pdfSignature is an instance of PDFSignature class.
Namespace:
Spire.Pdf.Security
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public string DistinguishedName { get; set; }
Public Property DistinguishedName As String
Get
Set
public:
property String^ DistinguishedName {
String^ get ();
void set (String^ value);
}
member DistinguishedName : string with get, set
Property Value
Type:
String
See Also