HttpTransportSecurityElement.ClientCredentialType Proprietà

Definizione

Consente di ottenere o impostare il tipo di credenziale client da utilizzare per l'autenticazione.

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

Valore della proprietà

HttpClientCredentialType

Tipo di credenziale client da utilizzare per l'autenticazione.

Attributi

Si applica a