Click to Rate and Give Feedback
MSDN
MSDN Library

  Switch on low bandwidth view
2.2.41 TRUSTED_INFORMATION_CLASS

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.

© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker