HttpProxyCredentialType Énumération

Définition

Énumère les types d'informations d'identification valides pour l'authentification proxy HTTP.

public enum class HttpProxyCredentialType
public enum HttpProxyCredentialType
type HttpProxyCredentialType = 
Public Enum HttpProxyCredentialType
Héritage
HttpProxyCredentialType

Champs

Basic 1

Spécifie l'authentification de base. Pour plus d’informations, consultez la RFC 2617 - Authentification HTTP : Authentification de base et Digest.

Digest 2

Spécifie l’authentification Digest. Pour plus d’informations, consultez la RFC 2617 - Authentification HTTP : Authentification de base et Digest.

None 0

Spécifie l'authentification anonyme.

Ntlm 3

Spécifie l'authentification NTLM.

Windows 4

Spécifie l'authentification Windows.

Remarques

Cette énumération est utilisée par ProxyCredentialType pour spécifier le type d'informations d'identification du client à utiliser pour l'authentification par rapport au proxy.

S’applique à