BackendCredentialsContract Class

Definition

Details of the Credentials used to connect to Backend.

public class BackendCredentialsContract
type BackendCredentialsContract = class
Public Class BackendCredentialsContract
Inheritance
BackendCredentialsContract

Constructors

BackendCredentialsContract()

Initializes a new instance of the BackendCredentialsContract class.

BackendCredentialsContract(IList<String>, IList<String>, IDictionary<String, IList<String>>, IDictionary<String,IList<String>>, BackendAuthorizationHeaderCredentials)

Initializes a new instance of the BackendCredentialsContract class.

Properties

Authorization

Gets or sets authorization header authentication

Certificate

Gets or sets list of Client Certificate Thumbprints. Will be ignored if certificatesIds are provided.

CertificateIds

Gets or sets list of Client Certificate Ids.

Header

Gets or sets header Parameter description.

Query

Gets or sets query Parameter description.

Methods

Validate()

Validate the object.

Applies to