Partager via


WebClientCertificateAuthentication Classe

Définition

WebLinkedService qui utilise l’authentification basée sur un certificat client pour communiquer avec un point de terminaison HTTP. Ce schéma suit l’authentification mutuelle ; le serveur doit également fournir des informations d’identification valides au client.

public class WebClientCertificateAuthentication : Azure.ResourceManager.DataFactory.Models.WebLinkedServiceTypeProperties
type WebClientCertificateAuthentication = class
    inherit WebLinkedServiceTypeProperties
Public Class WebClientCertificateAuthentication
Inherits WebLinkedServiceTypeProperties
Héritage
WebClientCertificateAuthentication

Constructeurs

WebClientCertificateAuthentication(DataFactoryElement<String>, DataFactorySecretBaseDefinition, DataFactorySecretBaseDefinition)

Initialise une nouvelle instance de WebClientCertificateAuthentication.

Propriétés

Password

Mot de passe pour le fichier PFX.

Pfx

Contenu encodé en base64 d’un fichier PFX.

Uri

URL du point de terminaison de service web, par exemple https://www.microsoft.com . Type : chaîne (ou Expression avec chaîne resultType).

(Hérité de WebLinkedServiceTypeProperties)

S’applique à