Show / Hide Table of Contents

Class CSCCredential

Parameters for representing the CSC Provider based credentials as a subtype for CertificateCredentials.

Inheritance
System.Object
CertificateCredentials
CSCCredential
Inherited Members
CertificateCredentials.CSCCredentialBuilder()
Namespace: Adobe.PDFServicesSDK.pdfjobs.parameters.electronicseal
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public class CSCCredential : CertificateCredentials

Properties

CredentialID

Gets the certificate credential ID of user.

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

CSCAuthContext

Gets the credential authorization parameters.

Declaration
public CSCAuthContext CSCAuthContext { get; }
Property Value
Type Description
CSCAuthContext

Pin

Gets the PIN to be used for validating credentials.

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

ProviderName

Gets the name of trust service provider.

Declaration
public string ProviderName { get; }
Property Value
Type Description
System.String
In This Article
  • Properties
    • CredentialID
    • CSCAuthContext
    • Pin
    • ProviderName
Back to top Copyright © 2020 Adobe. All rights reserved.