Show / Hide Table of Contents

Class RFC3161TSAOptions

Parameters specifying RFC3161 compliant time stamp authority options required for PDFElectronicSealParams.

Inheritance
System.Object
RFC3161TSAOptions
Implements
TSAOptions
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.String 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.String url

URL to be used for timestamping

TSABasicAuthCredentials 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
TSABasicAuthCredentials

Url

Gets the timestamp url to be used.

Declaration
public string Url { get; }
Property Value
Type Description
System.String

Implements

TSAOptions
In This Article
  • Constructors
    • RFC3161TSAOptions(String)
    • RFC3161TSAOptions(String, TSABasicAuthCredentials)
  • Properties
    • TSABasicAuthCredentials
    • Url
  • Implements
Back to top Copyright © 2020 Adobe. All rights reserved.