PdfSignature
DistinguishedNameLabel Property
|
Signature Distinguished Name label
Namespace:
Spire.Pdf.Security
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public string DistinguishedNameLabel { get; set; }
Public Property DistinguishedNameLabel As String
Get
Set
public:
property String^ DistinguishedNameLabel {
String^ get ();
void set (String^ value);
}
member DistinguishedNameLabel : string with get, set
Property Value
Type:
String
See Also