HttpProxyCredentialType Enumeration
.NET Framework (current version)
Enumerates the valid credential types for HTTP proxy authentication.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Member name | Description | |
|---|---|---|
| Basic | Specifies basic authentication. For more information, see RFC 2617 – HTTP Authentication: Basic and Digest Authentication. | |
| Digest | Specifies digest authentication. For more information, see RFC 2617 – HTTP Authentication: Basic and Digest Authentication. | |
| None | Specifies anonymous authentication. | |
| Ntlm | Specifies NTLM authentication. | |
| Windows | Specifies Windows authentication. |
This enumeration is used by ProxyCredentialType to specify the type of client credential to be used for authentication against the proxy.
.NET Framework
Available since 3.0
Available since 3.0
Show: