HttpProxyCredentialType Enum

Definition

Enumerates the valid credential types for HTTP proxy authentication.

public enum class HttpProxyCredentialType
public enum HttpProxyCredentialType
type HttpProxyCredentialType = 
Public Enum HttpProxyCredentialType
Inheritance
HttpProxyCredentialType

Fields

Basic 1

Specifies basic authentication. For more information, see RFC 2617 - HTTP Authentication: Basic and Digest Authentication.

Digest 2

Specifies digest authentication. For more information, see RFC 2617 - HTTP Authentication: Basic and Digest Authentication.

None 0

Specifies anonymous authentication.

Ntlm 3

Specifies NTLM authentication.

Windows 4

Specifies Windows authentication.

Remarks

This enumeration is used by ProxyCredentialType to specify the type of client credential to be used for authentication against the proxy.

Applies to