WebClientCertificateAuthentication Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.
[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
- Héritage
- Attributs
-
Newtonsoft.Json.JsonObjectAttribute
Constructeurs
WebClientCertificateAuthentication() |
Initialise une nouvelle instance de la classe WebClientCertificateAuthentication. |
WebClientCertificateAuthentication(Object, SecretBase, SecretBase) |
Initialise une nouvelle instance de la classe WebClientCertificateAuthentication. |
Propriétés
Password |
Obtient ou définit le mot de passe du fichier PFX. |
Pfx |
Obtient ou définit le contenu codé en base64 d’un fichier PFX. |
Url |
Obtient ou définit l’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) |
Méthodes
Validate() |
Validez l’objet. |
S’applique à
Azure SDK for .NET