MessageSecurityOverRelayConnectionElement.ClientCredentialType Propriété
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.
Obtient ou définit à partir du fichier de configuration le type d’informations d’identification à utiliser lors de l’authentification du client à l’aide de la sécurité basée sur les messages ou de TransportWithMessageCredential.
[System.Configuration.ConfigurationProperty("clientCredentialType", DefaultValue=System.ServiceModel.MessageCredentialType.Windows)]
public System.ServiceModel.MessageCredentialType ClientCredentialType { get; set; }
[<System.Configuration.ConfigurationProperty("clientCredentialType", DefaultValue=System.ServiceModel.MessageCredentialType.Windows)>]
member this.ClientCredentialType : System.ServiceModel.MessageCredentialType with get, set
Public Property ClientCredentialType As MessageCredentialType
Valeur de propriété
Retourne un MessageCredentialType qui contient le type d’informations d’identification. Le paramètre par défaut est Windows.
- Attributs
S’applique à
Azure SDK for .NET