Partager via


MessageSecurityOverRelayConnectionElement.ClientCredentialType Propriété

Définition

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 à