HttpProxyCredentialType Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
É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
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.