WebClientCertificateAuthentication Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
WebClientCertificateAuthentication(DataFactoryElement<String>, DataFactorySecret, DataFactorySecret)
Initializes a new instance of WebClientCertificateAuthentication.
public WebClientCertificateAuthentication (Azure.Core.Expressions.DataFactory.DataFactoryElement<string> uri, Azure.Core.Expressions.DataFactory.DataFactorySecret pfx, Azure.Core.Expressions.DataFactory.DataFactorySecret password);
new Azure.ResourceManager.DataFactory.Models.WebClientCertificateAuthentication : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.Core.Expressions.DataFactory.DataFactorySecret * Azure.Core.Expressions.DataFactory.DataFactorySecret -> Azure.ResourceManager.DataFactory.Models.WebClientCertificateAuthentication
Public Sub New (uri As DataFactoryElement(Of String), pfx As DataFactorySecret, password As DataFactorySecret)
Parameters
- uri
- DataFactoryElement<String>
The URL of the web service endpoint, e.g. https://www.microsoft.com . Type: string (or Expression with resultType string).
Base64-encoded contents of a PFX file.
- password
- DataFactorySecret
Password for the PFX file.
Exceptions
uri
, pfx
or password
is null.
Applies to
WebClientCertificateAuthentication(DataFactoryElement<String>, DataFactorySecretBaseDefinition, DataFactorySecretBaseDefinition)
Initializes a new instance of WebClientCertificateAuthentication.
public WebClientCertificateAuthentication (Azure.Core.Expressions.DataFactory.DataFactoryElement<string> uri, Azure.Core.Expressions.DataFactory.DataFactorySecretBaseDefinition pfx, Azure.Core.Expressions.DataFactory.DataFactorySecretBaseDefinition password);
new Azure.ResourceManager.DataFactory.Models.WebClientCertificateAuthentication : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.Core.Expressions.DataFactory.DataFactorySecretBaseDefinition * Azure.Core.Expressions.DataFactory.DataFactorySecretBaseDefinition -> Azure.ResourceManager.DataFactory.Models.WebClientCertificateAuthentication
Public Sub New (uri As DataFactoryElement(Of String), pfx As DataFactorySecretBaseDefinition, password As DataFactorySecretBaseDefinition)
Parameters
- uri
- DataFactoryElement<String>
The URL of the web service endpoint, e.g. https://www.microsoft.com . Type: string (or Expression with resultType string).
Base64-encoded contents of a PFX file.
- password
- DataFactorySecretBaseDefinition
Password for the PFX file.
Exceptions
uri
, pfx
or password
is null.
Applies to
Azure SDK for .NET