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() |
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
Azure SDK for .NET