Click or drag to resize

PdfSignature ConfigureTimestamp Method (String, String, String)

Configure timestamp which must conform to RFC 3161.

Namespace: Spire.Pdf.Security
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void ConfigureTimestamp(
	string tsaUrl,
	string user,
	string password
)

Parameters

tsaUrl
Type: System String
The tsa url.
user
Type: System String
The user(account) name.
password
Type: System String
The password.
See Also