Condividi tramite


Costanti HTTP_AUTH_ENABLE_

Le costanti HTTP_AUTH_ENABLE definiscono schemi di autenticazione che possono essere abilitati in un gruppo di URL.

Queste costanti vengono utilizzate nella struttura HTTP_SERVER_AUTHENTICATION_INFO .

HTTP_AUTH_ENABLE_BASIC

Lo schema di autenticazione di base è abilitato.

HTTP_AUTH_ENABLE_DIGEST

Lo schema di autenticazione digest è abilitato.

HTTP_AUTH_ENABLE_KERBEROS

Lo schema di autenticazione Kerberos è abilitato.

HTTP_AUTH_EX_FLAG_ENABLE_KERBEROS_CREDENTIAL_CACHING

La memorizzazione nella cache delle credenziali Kerberos è abilitata.

Windows Server 2003 e versioni precedenti: Non disponibile.

HTTP_AUTH_EX_FLAG_CAPTURE_CREDENTIAL

L'API Server HTTP acquisisce l'identità del chiamante e la usa solo per l'autenticazione per gli schemi Negotiate e Kerberos.

Windows Server 2003 e versioni precedenti: Non disponibile.

HTTP_AUTH_ENABLE_NTLM

Lo schema di autenticazione NTLM è abilitato.

HTTP_AUTH_ENABLE_NEGOTIATE

Lo schema di autenticazione Negotiate è abilitato.

HTTP_AUTH_ENABLE_ALL

Tutti gli schemi di autenticazione sono abilitati.

Requisiti

Requisito Valore
Client minimo supportato
Windows Vista [solo app desktop]
Server minimo supportato
Windows Server 2008 [solo app desktop]
Intestazione
Http.h

Vedi anche

Costanti dell'API server HTTP versione 2.0

HTTP_SERVER_AUTHENTICATION_INFO

HttpSetUrlGroupProperty

HttpSetServerSessionProperty

HttpQueryUrlGroupProperty

HttpQueryServerSessionProperty