Compartilhar via


WSHttpTransportSecurityElement.ClientCredentialType Propriedade

Definição

Obtém ou define a credencial usada para autenticar o cliente para o serviço.

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 da propriedade

HttpClientCredentialType

Um HttpClientCredentialType valor válido que especifica a credencial usada para autenticar o cliente para o serviço.

Atributos

Aplica-se a