Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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_MINValue: 0 This value is reserved. |
AA_AUTH_BASICBasic protocol authentication. |
AA_AUTH_NTLMNTLM protocol authentication. |
AA_AUTH_SCStandard authentication. |
AA_AUTH_LOGGEDONCREDENTIALSWindows logon credentials authentication. |
AA_AUTH_NEGOTIATEMicrosoft Negotiate authentication. |
AA_AUTH_ANYThis value is reserved. |
AA_AUTH_COOKIECookie-based authentication. |
AA_AUTH_DIGESTDigest access authentication. |
AA_AUTH_ORGIDClaims-based authentication. Windows Server 2012, Windows 8, Windows Server 2008 R2 and Windows 7: Not supported. |
AA_AUTH_CONIDAuthentication 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_MAXThis value is reserved. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7 |
| Minimum supported server | Windows Server 2008 R2 |
| Header | tsgpolicyengine.h |