PdfSignatureMaker
SetDistinguishedNameLabel Method
|
Note: This API is now obsolete.
The content to the left of property distinguishedName
Namespace:
Spire.Pdf.Interactive.DigitalSignatures
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
[ObsoleteAttribute("This method is invalid that will be removed in the future.Do not use")]
public void SetDistinguishedNameLabel(
string distinguishedNameLabel
)
<ObsoleteAttribute("This method is invalid that will be removed in the future.Do not use")>
Public Sub SetDistinguishedNameLabel (
distinguishedNameLabel As String
)
public:
[ObsoleteAttribute(L"This method is invalid that will be removed in the future.Do not use")]
void SetDistinguishedNameLabel(
String^ distinguishedNameLabel
)
[<ObsoleteAttribute("This method is invalid that will be removed in the future.Do not use")>]
member SetDistinguishedNameLabel :
distinguishedNameLabel : string -> unit
Parameters
-
distinguishedNameLabel
-
Type:
System
String
See Also