Share via


WSHttpTransportSecurityElement.ClientCredentialType Propriété

Définition

Obtient ou définit les informations d'identification utilisées pour authentifier le client auprès du service.

public:
 property System::ServiceModel::HttpClientCredentialType ClientCredentialType { System::ServiceModel::HttpClientCredentialType get(); void set(System::ServiceModel::HttpClientCredentialType value); };
[System.Configuration.ConfigurationProperty("clientCredentialType", DefaultValue=System.ServiceModel.HttpClientCredentialType.Windows)]
public System.ServiceModel.HttpClientCredentialType ClientCredentialType { get; set; }
[<System.Configuration.ConfigurationProperty("clientCredentialType", DefaultValue=System.ServiceModel.HttpClientCredentialType.Windows)>]
member this.ClientCredentialType : System.ServiceModel.HttpClientCredentialType with get, set
Public Property ClientCredentialType As HttpClientCredentialType

Valeur de propriété

Valeur HttpClientCredentialType valide qui spécifie les informations d'identification utilisées pour authentifier le client auprès du service.

Attributs

S’applique à