Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HttpSelfHostConfiguration::ClientCredentialType Property

 

Gets or sets the client credential type that the server expects.

Namespace:   System.Web.Http.SelfHost
Assembly:  System.Web.Http.SelfHost (in System.Web.Http.SelfHost.dll)

public:
property HttpClientCredentialType ClientCredentialType {
	HttpClientCredentialType get();
	void set(HttpClientCredentialType value);
}

Property Value

Type: System.ServiceModel::HttpClientCredentialType

A HttpClientCredentialType value that specifies the credential type.

Return to top
Show: