Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The TRUSTED_INFORMATION_CLASS enumeration type defines values that indicate the type of information to set or query for a trusted domain.
Each value has an associated structure that the LsaQueryTrustedDomainInfo and LsaSetTrustedDomainInformation functions use to store the information.
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;
Constants
| TrustedDomainNameInformationValue: 1 Query or set the name of a trusted domain. Use the TRUSTED_DOMAIN_NAME_INFO structure. | 
| TrustedControllersInformationThis value is obsolete. | 
| TrustedPosixOffsetInformationQuery or set the value used to generate Posix user and group identifiers. Use the TRUSTED_POSIX_OFFSET_INFO structure. | 
| TrustedPasswordInformationThis value has been superseded by the TrustedDomainAuthInformation value. | 
| TrustedDomainInformationBasicThis value is obsolete. | 
| TrustedDomainInformationExQuery extended information for a trusted domain. Use the TRUSTED_DOMAIN_INFORMATION_EX structure. | 
| TrustedDomainAuthInformationQuery authentication information for a trusted domain. Use the TRUSTED_DOMAIN_AUTH_INFORMATION structure. | 
| TrustedDomainFullInformationQuery complete information for a trusted domain. This information includes the Posix offset information, authentication information, and the extended information returned for the TrustedDomainInformationEx value. Use the TRUSTED_DOMAIN_FULL_INFORMATION structure. | 
| TrustedDomainAuthInformationInternal | 
| TrustedDomainFullInformationInternal | 
| TrustedDomainInformationEx2Internal | 
| TrustedDomainFullInformation2Internal | 
| TrustedDomainSupportedEncryptionTypes | 
Requirements
| Requirement | Value | 
|---|---|
| Minimum supported client | Windows XP [desktop apps only] | 
| Minimum supported server | Windows Server 2003 [desktop apps only] | 
| Header | ntsecapi.h | 
See also
LsaSetTrustedDomainInformation
TRUSTED_DOMAIN_AUTH_INFORMATION