AAAuthSchemes-Enumeration (tsgpolicyengine.h)

Gibt den Typ der Authentifizierung an, die zum Herstellen einer Verbindung mit dem Remotedesktopgateway (RD-Gateway) verwendet wird.

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;

Konstanten

 
AA_AUTH_MIN
Wert: 0
Dieser Wert ist reserviert.
AA_AUTH_BASIC
Standardprotokollauthentifizierung.
AA_AUTH_NTLM
NTLM-Protokollauthentifizierung.
AA_AUTH_SC
Standardauthentifizierung.
AA_AUTH_LOGGEDONCREDENTIALS
Windows-Anmeldeinformationen-Authentifizierung.
AA_AUTH_NEGOTIATE
Microsoft Negotiate-Authentifizierung.
AA_AUTH_ANY
Dieser Wert ist reserviert.
AA_AUTH_COOKIE
Cookiebasierte Authentifizierung.
AA_AUTH_DIGEST
Digestzugriffsauthentifizierung.
AA_AUTH_ORGID
Anspruchsbasierte Authentifizierung.

Windows Server 2012, Windows 8, Windows Server 2008 R2 und Windows 7: Nicht unterstützt.
AA_AUTH_CONID
Authentifizierung durch Reverseverbindungs-ID.

Windows Server 2012 R2, Windows 8.1, Windows Server 2012, Windows 8, Windows Server 2008 R2 und Windows 7: Nicht unterstützt.
AA_AUTH_SSPI_NTLM
AA_AUTH_MAX
Dieser Wert ist reserviert.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows 7
Unterstützte Mindestversion (Server) Windows Server 2008 R2
Kopfzeile tsgpolicyengine.h

Weitere Informationen

AAAccountingData