AUTHZ_CONTEXT_INFORMATION_CLASS列舉 (authz.h)
AUTHZ_CONTEXT_INFORMATION_CLASS列舉會指定要從現有 AuthzClientContext 擷取的資訊類型。 AuthzGetInformationFromContext 函式會使用此列舉。
Syntax
typedef enum _AUTHZ_CONTEXT_INFORMATION_CLASS {
AuthzContextInfoUserSid = 1,
AuthzContextInfoGroupsSids,
AuthzContextInfoRestrictedSids,
AuthzContextInfoPrivileges,
AuthzContextInfoExpirationTime,
AuthzContextInfoServerContext,
AuthzContextInfoIdentifier,
AuthzContextInfoSource,
AuthzContextInfoAll,
AuthzContextInfoAuthenticationId,
AuthzContextInfoSecurityAttributes,
AuthzContextInfoDeviceSids,
AuthzContextInfoUserClaims,
AuthzContextInfoDeviceClaims,
AuthzContextInfoAppContainerSid,
AuthzContextInfoCapabilitySids
} AUTHZ_CONTEXT_INFORMATION_CLASS;
常數
AuthzContextInfoUserSid 值: 1 擷取 TOKEN_USER 結構,其中包含 (SID) 及其屬性的使用者 安全性標識碼 。 |
AuthzContextInfoGroupsSids 擷 取包含 用戶所屬群組 SID 及其屬性的TOKEN_GROUPS結構。 |
AuthzContextInfoRestrictedSids 擷 取包含 內容中受限制群組 SID 及其屬性的TOKEN_GROUPS結構。 |
AuthzContextInfoPrivileges 擷取包含使用者所持有許可權 的TOKEN_PRIVILEGES 結構。 |
AuthzContextInfoExpirationTime 擷取內容上設定的到期時間。 |
AuthzContextInfoServerContext 這個常數是保留的。 不要使用它。 |
AuthzContextInfoIdentifier 擷取資源管理員用來識別內容的 LUID 結構。 |
AuthzContextInfoSource 這個常數是保留的。 不要使用它。 |
AuthzContextInfoAll 這個常數是保留的。 不要使用它。 |
AuthzContextInfoAuthenticationId 這個常數是保留的。 不要使用它。 |
AuthzContextInfoSecurityAttributes 擷取包含安全性屬性 的AUTHZ_SECURITY_ATTRIBUTES_INFORMATION 結構。 Windows Server 2008、Windows Vista、Windows Server 2003 和 Windows XP: 不支援這個值。 |
AuthzContextInfoDeviceSids 擷取包含裝置 SID 及其屬性 的TOKEN_GROUPS 結構。 Windows Server 2008 R2、Windows 7、Windows Server 2008、Windows Vista、Windows Server 2003 和 Windows XP: 不支援這個值。 |
AuthzContextInfoUserClaims 擷取包含使用者宣告 的AUTHZ_SECURITY_ATTRIBUTES_INFORMATION 結構。 Windows Server 2008 R2、Windows 7、Windows Server 2008、Windows Vista、Windows Server 2003 和 Windows XP: 不支援這個值。 |
AuthzContextInfoDeviceClaims 擷取包含裝置宣告 的AUTHZ_SECURITY_ATTRIBUTES_INFORMATION 結構。 Windows Server 2008 R2、Windows 7、Windows Server 2008、Windows Vista、Windows Server 2003 和 Windows XP: 不支援這個值。 |
AuthzContextInfoAppContainerSid 擷取包含應用程式容器 SID 的TOKEN_APPCONTAINER_INFORMATION 結構。 Windows Server 2008 R2、Windows 7、Windows Server 2008、Windows Vista、Windows Server 2003 和 Windows XP: 不支援這個值。 |
AuthzContextInfoCapabilitySids 擷取包含功能 SID 的TOKEN_GROUPS 結構。 Windows Server 2008 R2、Windows 7、Windows Server 2008、Windows Vista、Windows Server 2003 和 Windows XP: 不支援這個值。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows XP [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2003 [僅限桌面應用程式] |
標頭 | authz.h |
可轉散發套件 | Windows XP 上的 Windows Server 2003 系統管理工具套件 |
另請參閱
AuthzGetInformationFromContext