Bagikan melalui


WebClientCertificateAuthentication Class

Definition

A WebLinkedService that uses client certificate based authentication to communicate with an HTTP endpoint. This scheme follows mutual authentication; the server must also provide valid credentials to the client.

[Newtonsoft.Json.JsonObject("ClientCertificate")]
public class WebClientCertificateAuthentication : Microsoft.Azure.Management.DataFactory.Models.WebLinkedServiceTypeProperties
[<Newtonsoft.Json.JsonObject("ClientCertificate")>]
type WebClientCertificateAuthentication = class
    inherit WebLinkedServiceTypeProperties
Public Class WebClientCertificateAuthentication
Inherits WebLinkedServiceTypeProperties
Inheritance
WebClientCertificateAuthentication
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

WebClientCertificateAuthentication()

Initializes a new instance of the WebClientCertificateAuthentication class.

WebClientCertificateAuthentication(Object, SecretBase, SecretBase)

Initializes a new instance of the WebClientCertificateAuthentication class.

Properties

Password

Gets or sets password for the PFX file.

Pfx

Gets or sets base64-encoded contents of a PFX file.

Url

Gets or sets the URL of the web service endpoint, e.g. https://www.microsoft.com . Type: string (or Expression with resultType string).

(Inherited from WebLinkedServiceTypeProperties)

Methods

Validate()

Validate the object.

Applies to