TRUSTED_INFORMATION_CLASS列舉 (ntsecapi.h)
TRUSTED_INFORMATION_CLASS列舉型別會定義值,指出要設定或查詢受信任網域的信息類型。
每個值都有相關聯的結構, LsaQueryTrustedDomainInfo 和 LsaSetTrustedDomainInformation 函式會用來儲存資訊。
Syntax
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 |
另請參閱
LsaSetTrustedDomainInformation
TRUSTED_DOMAIN_AUTH_INFORMATION