Class CSCCredential
Parameters for representing the CSC Provider based credentials as a subtype for
Certificate
Inherited Members
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. |
CSCAuthContext
Gets the credential authorization parameters.
Declaration
public CSCAuthContext CSCAuthContext { get; }
Property Value
Type | Description |
---|---|
CSCAuth |
Pin
Gets the PIN to be used for validating credentials.
Declaration
public string Pin { get; }
Property Value
Type | Description |
---|---|
System. |
ProviderName
Gets the name of trust service provider.
Declaration
public string ProviderName { get; }
Property Value
Type | Description |
---|---|
System. |