Class TSABasicAuthCredentials
Parameters specifying options related to the time stamp authority credentials required for RFC3161TSAOptions.
Inheritance
System.Object
TSABasicAuthCredentials
Namespace: Adobe.PDFServicesSDK.pdfjobs.parameters.electronicseal
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public class TSABasicAuthCredentials
Constructors
TSABasicAuthCredentials(String, String)
Constructs a TSABasicAuthCredentials
instance.
Declaration
public TSABasicAuthCredentials(string username, string password)
Parameters
Type | Name | Description |
---|---|---|
System. |
username | username to be used for timestamping |
System. |
password | password to be used for timestamping |
Properties
Password
Gets the intended password to be used for timestamping.
Declaration
public string Password { get; }
Property Value
Type | Description |
---|---|
System. |
Username
Gets the intended username to be used for timestamping.
Declaration
public string Username { get; }
Property Value
Type | Description |
---|---|
System. |