PdfSignatureMaker
SetName Method
|
Note: This API is now obsolete.
The name of the person or anthority signing the document
this value should be used only when it is not possible to extract the name from the signature
for example, from the certificat of the signer
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 may be removed in the future.Use Spire.Pdf.Interactive.DigitalSignatures.PdfSignature.Name instead")]
public void SetName(
string name
)
<ObsoleteAttribute("This method may be removed in the future.Use Spire.Pdf.Interactive.DigitalSignatures.PdfSignature.Name instead")>
Public Sub SetName (
name As String
)
public:
[ObsoleteAttribute(L"This method may be removed in the future.Use Spire.Pdf.Interactive.DigitalSignatures.PdfSignature.Name instead")]
void SetName(
String^ name
)
[<ObsoleteAttribute("This method may be removed in the future.Use Spire.Pdf.Interactive.DigitalSignatures.PdfSignature.Name instead")>]
member SetName :
name : string -> unit
Parameters
-
name
-
Type:
System
String
See Also