Show / Hide Table of Contents

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.String username

username to be used for timestamping

System.String 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.String

Username

Gets the intended username to be used for timestamping.

Declaration
public string Username { get; }
Property Value
Type Description
System.String
In This Article
  • Constructors
    • TSABasicAuthCredentials(String, String)
  • Properties
    • Password
    • Username
Back to top Copyright © 2020 Adobe. All rights reserved.