The TRUSTED_INFORMATION_CLASS enumeration type contains values that specify the type of trusted domain information queried or set by the client.
typedef enum _TRUSTED_INFORMATION_CLASS
{
TrustedDomainNameInformation = 1,
TrustedControllersInformation,
TrustedPosixOffsetInformation,
TrustedPasswordInformation,
TrustedDomainInformationBasic,
TrustedDomainInformationEx,
TrustedDomainAuthInformation,
TrustedDomainFullInformation,
TrustedDomainAuthInformationInternal,
TrustedDomainFullInformationInternal,
TrustedDomainInformationEx2Internal,
TrustedDomainFullInformation2Internal,
TrustedDomainSupportedEncryptionTypes
} TRUSTED_INFORMATION_CLASS,
*PTRUSTED_INFORMATION_CLASS;
The following citation contains a timeline of when each enumeration value was introduced.<17>
The values in this enumeration are used in defining the contents of the LSAPR_TRUSTED_DOMAIN_INFO union.