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.
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::HttpClientCredentialTypeA HttpClientCredentialType value that specifies the credential type.
Show: