TRUSTED_INFORMATION_CLASS 枚举 (ntsecapi.h)

TRUSTED_INFORMATION_CLASS 枚举类型定义值,这些值指示要设置或查询受信任域的信息类型。

每个值都有一个关联的结构, LsaQueryTrustedDomainInfoLsaSetTrustedDomainInformation 函数使用该结构来存储信息。

语法

typedef enum _TRUSTED_INFORMATION_CLASS {
  TrustedDomainNameInformation = 1,
  TrustedControllersInformation,
  TrustedPosixOffsetInformation,
  TrustedPasswordInformation,
  TrustedDomainInformationBasic,
  TrustedDomainInformationEx,
  TrustedDomainAuthInformation,
  TrustedDomainFullInformation,
  TrustedDomainAuthInformationInternal,
  TrustedDomainFullInformationInternal,
  TrustedDomainInformationEx2Internal,
  TrustedDomainFullInformation2Internal,
  TrustedDomainSupportedEncryptionTypes,
  TrustedDomainAuthInformationInternalAes,
  TrustedDomainFullInformationInternalAes
} TRUSTED_INFORMATION_CLASS, *PTRUSTED_INFORMATION_CLASS;

常量

 
TrustedDomainNameInformation
值:1
查询或设置受信任域的名称。 使用
TRUSTED_DOMAIN_NAME_INFO 结构。
TrustedControllersInformation
该值已过时。
TrustedPosixOffsetInformation
查询或设置用于生成 Posix 用户和组标识符的值。 使用
TRUSTED_POSIX_OFFSET_INFO 结构。
TrustedPasswordInformation
此值已被 TrustedDomainAuthInformation 值取代。
TrustedDomainInformationBasic
该值已过时。
TrustedDomainInformationEx
查询受信任域的扩展信息。 使用
TRUSTED_DOMAIN_INFORMATION_EX 结构。
TrustedDomainAuthInformation
查询受信任域的身份验证信息。 使用
TRUSTED_DOMAIN_AUTH_INFORMATION 结构。
TrustedDomainFullInformation
查询受信任域的完整信息。 此信息包括 Posix 偏移信息、身份验证信息和为 TrustedDomainInformationEx 值返回的扩展信息。 使用
TRUSTED_DOMAIN_FULL_INFORMATION 结构。
TrustedDomainAuthInformationInternal
TrustedDomainFullInformationInternal
TrustedDomainInformationEx2Internal
TrustedDomainFullInformation2Internal
TrustedDomainSupportedEncryptionTypes

要求

要求
最低受支持的客户端 Windows XP [仅限桌面应用]
最低受支持的服务器 Windows Server 2003 [仅限桌面应用]
标头 ntsecapi.h

另请参阅

LSA_TRUST_INFORMATION

LsaQueryTrustedDomainInfo

LsaSetTrustedDomainInformation

TRUSTED_DOMAIN_AUTH_INFORMATION

TRUSTED_DOMAIN_FULL_INFORMATION

TRUSTED_DOMAIN_INFORMATION_EX

TRUSTED_DOMAIN_NAME_INFO

TRUSTED_PASSWORD_INFO

TRUSTED_POSIX_OFFSET_INFO