PdfSignatureMaker
SetDistinguishedName Method
|
Note: This API is now obsolete.
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 SetDistinguishedName(
string distinguishedName
)
<ObsoleteAttribute("This method is invalid that will be removed in the future.Do not use")>
Public Sub SetDistinguishedName (
distinguishedName As String
)
public:
[ObsoleteAttribute(L"This method is invalid that will be removed in the future.Do not use")]
void SetDistinguishedName(
String^ distinguishedName
)
[<ObsoleteAttribute("This method is invalid that will be removed in the future.Do not use")>]
member SetDistinguishedName :
distinguishedName : string -> unit
Parameters
-
distinguishedName
-
Type:
System
String
See Also