AAAuthSchemes enumeration (tsgpolicyengine.h)

Specifies the type of authentication used to connect to Remote Desktop Gateway (RD Gateway).

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;

Constants

 
AA_AUTH_MIN
Value: 0
This value is reserved.
AA_AUTH_BASIC
Basic protocol authentication.
AA_AUTH_NTLM
NTLM protocol authentication.
AA_AUTH_SC
Standard authentication.
AA_AUTH_LOGGEDONCREDENTIALS
Windows logon credentials authentication.
AA_AUTH_NEGOTIATE
Microsoft Negotiate authentication.
AA_AUTH_ANY
This value is reserved.
AA_AUTH_COOKIE
Cookie-based authentication.
AA_AUTH_DIGEST
Digest access authentication.
AA_AUTH_ORGID
Claims-based authentication.

Windows Server 2012, Windows 8, Windows Server 2008 R2 and Windows 7:  Not supported.
AA_AUTH_CONID
Authentication by reverse connection ID.

Windows Server 2012 R2, Windows 8.1, Windows Server 2012, Windows 8, Windows Server 2008 R2 and Windows 7:  Not supported.
AA_AUTH_SSPI_NTLM
AA_AUTH_MAX
This value is reserved.

Requirements

Requirement Value
Minimum supported client Windows 7
Minimum supported server Windows Server 2008 R2
Header tsgpolicyengine.h

See also

AAAccountingData