Show / Hide Table of Contents

Class CSCAuthContext

Parameters for representing CSC authorization context.

Inheritance
System.Object
CSCAuthContext
Namespace: Adobe.PDFServicesSDK.pdfjobs.parameters.electronicseal
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public class CSCAuthContext

Constructors

CSCAuthContext(String)

Creates a new CSCAuthContext instance, default value of token type is set as "Bearer".

Declaration
public CSCAuthContext(string accessToken)
Parameters
Type Name Description
System.String accessToken

the access token

CSCAuthContext(String, String)

Creates a new CSCAuthContext instance.

Declaration
public CSCAuthContext(string accessToken, string tokenType)
Parameters
Type Name Description
System.String accessToken

the access token

System.String tokenType

the token type

Properties

AccessToken

Gets the access token required for CSC based services.

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

TokenType

Gets the type of access token; supported type is Bearer.

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