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. |
accessToken | the access token |
CSCAuthContext(String, String)
Creates a new CSCAuthContext
instance.
Declaration
public CSCAuthContext(string accessToken, string tokenType)
Parameters
Type | Name | Description |
---|---|---|
System. |
accessToken | the access token |
System. |
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. |
TokenType
Gets the type of access token; supported type is Bearer.
Declaration
public string TokenType { get; }
Property Value
Type | Description |
---|---|
System. |