Provides the type of credential to use for transport-level security when connecting to a Web service that uses the BasicHttpBinding binding.
| HttpClientCredentialType value | Meaning |
|---|---|
| None | Specifies anonymous authentication |
| Basic | Specifies Basic authentication |
| Digest | Specifies Digest authentication |
| NTLM | Specifies client authentication using NTLM (NT LAN Manager) |
| Windows | Specifies client authentication using Windows |
| Certificate | Specifies client authentication using a certificate |