Class RFC3161TSAOptions
Parameters specifying RFC3161 compliant time stamp authority options required for PDFElectronic
Inheritance
System.Object
RFC3161TSAOptions
Implements
Namespace: Adobe.PDFServicesSDK.pdfjobs.parameters.electronicseal
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public class RFC3161TSAOptions : TSAOptions
Constructors
RFC3161TSAOptions(String)
Constructs a RFC3161TSAOptions
instance from url.
Declaration
public RFC3161TSAOptions(string url)
Parameters
Type | Name | Description |
---|---|---|
System. |
url | URL to be used for timestamping |
RFC3161TSAOptions(String, TSABasicAuthCredentials)
Constructs a RFC3161TSAOptions
instance from url.
Declaration
public RFC3161TSAOptions(string url, TSABasicAuthCredentials tsaBasicAuthCredentials)
Parameters
Type | Name | Description |
---|---|---|
System. |
url | URL to be used for timestamping |
TSABasic |
tsaBasicAuthCredentials | Credentials to be used for timestamping |
Properties
TSABasicAuthCredentials
Gets the intended TSA authorization credentials be used.
Declaration
public TSABasicAuthCredentials TSABasicAuthCredentials { get; }
Property Value
Type | Description |
---|---|
TSABasic |
Url
Gets the timestamp url to be used.
Declaration
public string Url { get; }
Property Value
Type | Description |
---|---|
System. |