Sdílet prostřednictvím


WebClientCertificateAuthentication Constructors

Definition

Overloads

WebClientCertificateAuthentication()

Initializes a new instance of the WebClientCertificateAuthentication class.

WebClientCertificateAuthentication(Object, SecretBase, SecretBase)

Initializes a new instance of the WebClientCertificateAuthentication class.

WebClientCertificateAuthentication()

Initializes a new instance of the WebClientCertificateAuthentication class.

public WebClientCertificateAuthentication ();
Public Sub New ()

Applies to

WebClientCertificateAuthentication(Object, SecretBase, SecretBase)

Initializes a new instance of the WebClientCertificateAuthentication class.

public WebClientCertificateAuthentication (object url, Microsoft.Azure.Management.DataFactory.Models.SecretBase pfx, Microsoft.Azure.Management.DataFactory.Models.SecretBase password);
new Microsoft.Azure.Management.DataFactory.Models.WebClientCertificateAuthentication : obj * Microsoft.Azure.Management.DataFactory.Models.SecretBase * Microsoft.Azure.Management.DataFactory.Models.SecretBase -> Microsoft.Azure.Management.DataFactory.Models.WebClientCertificateAuthentication
Public Sub New (url As Object, pfx As SecretBase, password As SecretBase)

Parameters

url
Object

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

pfx
SecretBase

Base64-encoded contents of a PFX file.

password
SecretBase

Password for the PFX file.

Applies to