Enumerazione AAAuthSchemes (tsgpolicyengine.h)
Specifica il tipo di autenticazione utilizzata per connettersi a Gateway Desktop remoto (Gateway Desktop remoto).
Sintassi
typedef enum __MIDL___MIDL_itf_tsgpolicyengine_0000_0000_0001 {
AA_AUTH_MIN = 0,
AA_AUTH_BASIC,
AA_AUTH_NTLM,
AA_AUTH_SC,
AA_AUTH_LOGGEDONCREDENTIALS,
AA_AUTH_NEGOTIATE,
AA_AUTH_ANY,
AA_AUTH_COOKIE,
AA_AUTH_DIGEST,
AA_AUTH_ORGID,
AA_AUTH_CONID,
AA_AUTH_SSPI_NTLM,
AA_AUTH_MAX
} AAAuthSchemes;
Costanti
AA_AUTH_MIN Valore: 0 Questo valore è riservato. |
AA_AUTH_BASIC Autenticazione del protocollo di base. |
AA_AUTH_NTLM Autenticazione del protocollo NTLM. |
AA_AUTH_SC Autenticazione standard. |
AA_AUTH_LOGGEDONCREDENTIALS Autenticazione delle credenziali di accesso di Windows. |
AA_AUTH_NEGOTIATE Autenticazione negoziata da Microsoft. |
AA_AUTH_ANY Questo valore è riservato. |
AA_AUTH_COOKIE Autenticazione basata su cookie. |
AA_AUTH_DIGEST Autenticazione dell'accesso al digest. |
AA_AUTH_ORGID Autenticazione basata sulle attestazioni. Windows Server 2012, Windows 8, Windows Server 2008 R2 e Windows 7: non supportato. |
AA_AUTH_CONID Autenticazione tramite ID connessione inversa. Windows Server 2012 R2, Windows 8.1, Windows Server 2012, Windows 8, Windows Server 2008 R2 e Windows 7: non supportato. |
AA_AUTH_SSPI_NTLM |
AA_AUTH_MAX Questo valore è riservato. |
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 7 |
Server minimo supportato | Windows Server 2008 R2 |
Intestazione | tsgpolicyengine.h |