Enumeración AAAuthSchemes (tsgpolicyengine.h)
Especifica el tipo de autenticación que se usa para conectarse a la puerta de enlace de Escritorio remoto (puerta de enlace de Escritorio remoto).
Syntax
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;
Constantes
AA_AUTH_MIN Valor: 0 Este valor está reservado. |
AA_AUTH_BASIC Autenticación de protocolo básica. |
AA_AUTH_NTLM Autenticación del protocolo NTLM. |
AA_AUTH_SC Autenticación estándar. |
AA_AUTH_LOGGEDONCREDENTIALS Autenticación de credenciales de inicio de sesión de Windows. |
AA_AUTH_NEGOTIATE Autenticación de Microsoft Negotiate. |
AA_AUTH_ANY Este valor está reservado. |
AA_AUTH_COOKIE Autenticación basada en cookies. |
AA_AUTH_DIGEST Autenticación de acceso implícita. |
AA_AUTH_ORGID Autenticación basada en notificaciones. Windows Server 2012, Windows 8, Windows Server 2008 R2 y Windows 7: No se admite. |
AA_AUTH_CONID Autenticación por identificador de conexión inversa. Windows Server 2012 R2, Windows 8.1, Windows Server 2012, Windows 8, Windows Server 2008 R2 y Windows 7: no compatible. |
AA_AUTH_SSPI_NTLM |
AA_AUTH_MAX Este valor está reservado. |
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Windows 7 |
Servidor mínimo compatible | Windows Server 2008 R2 |
Encabezado | tsgpolicyengine.h |