Share via


WSHttpTransportSecurityElement.ClientCredentialType Proprietà

Definizione

Ottiene o imposta la credenziale utilizzata per autenticare il client presso il servizio.

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

Valore della proprietà

HttpClientCredentialType

Valore HttpClientCredentialType valido che specifica la credenziale utilizzata per autenticare il client presso il servizio.

Attributi

Si applica a