WSHttpTransportSecurityElement.ClientCredentialType Propiedad

Definición

Obtiene o establece las credenciales usadas para autenticar al cliente en el servicio.

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

Valor de propiedad

Un valor HttpClientCredentialType válido que especifica las credenciales usadas para autenticar el cliente en el servicio.

Atributos

Se aplica a