TSAHttpService Constructor (String, String, String)
|
Construct an instance of a TSAClient.
Namespace:
Spire.Pdf.Interactive.DigitalSignatures
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public TSAHttpService(
string url,
string user,
string password
)
Public Sub New (
url As String,
user As String,
password As String
)
public:
TSAHttpService(
String^ url,
String^ user,
String^ password
)
new :
url : string *
user : string *
password : string -> TSAHttpService
Parameters
-
url
-
Type:
System
String
Time Stamp Authority URL.
-
user
-
Type:
System
String
user(account).
-
password
-
Type:
System
String
password.
See Also