WSHttpTransportSecurityElement.ClientCredentialType Property

Definition

Gets or sets the credential used to authenticate the client to the service.

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

Property Value

A valid HttpClientCredentialType value that specifies the credential used to authenticate the client to the service.

Attributes

Applies to