Compartir a través de


HttpTransportSecurityElement.ClientCredentialType Propiedad

Definición

Obtiene o establece el tipo de credenciales del cliente que se va a utilizar para la autenticación.

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

Valor de propiedad

HttpClientCredentialType

Tipo de credenciales del cliente que se va a usar para la autenticación.

Atributos

Se aplica a