TRUSTED_INFORMATION_CLASS 列挙 (ntsecapi.h)

TRUSTED_INFORMATION_CLASS列挙型は、信頼されたドメインに対して設定またはクエリを実行する情報の種類を示す値を定義します。

各値には、 LsaQueryTrustedDomainInfo 関数と LsaSetTrustedDomainInformation 関数が 情報の格納に使用する構造が関連付けられています。

構文

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 ユーザー ID とグループ ID の生成に使用する値を照会または設定します。 画面右側の
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 (デスクトップ アプリのみ)
Header 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