Partager via


énumération TRUSTED_INFORMATION_CLASS (ntsecapi.h)

Le type d’énumération TRUSTED_INFORMATION_CLASS définit des valeurs qui indiquent le type d’informations à définir ou à interroger pour un domaine approuvé.

Chaque valeur a une structure associée que les fonctions LsaQueryTrustedDomainInfo et LsaSetTrustedDomainInformation utilisent pour stocker les informations.

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;

Constantes

 
TrustedDomainNameInformation
Valeur : 1
Interroger ou définir le nom d’un domaine approuvé. Utilisez le
TRUSTED_DOMAIN_NAME_INFO structure.
TrustedControllersInformation
Cette valeur est obsolète.
TrustedPosixOffsetInformation
Interrogez ou définissez la valeur utilisée pour générer des identificateurs d’utilisateur et de groupe Posix. Utilisez le
TRUSTED_POSIX_OFFSET_INFO structure.
TrustedPasswordInformation
Cette valeur a été remplacée par la valeur TrustedDomainAuthInformation .
TrustedDomainInformationBasic
Cette valeur est obsolète.
TrustedDomainInformationEx
Interroger des informations étendues pour un domaine approuvé. Utilisez le
TRUSTED_DOMAIN_INFORMATION_EX structure.
TrustedDomainAuthInformation
Interroger les informations d’authentification pour un domaine approuvé. Utilisez le
TRUSTED_DOMAIN_AUTH_INFORMATION structure.
TrustedDomainFullInformation
Interroger les informations complètes d’un domaine approuvé. Ces informations incluent les informations de décalage Posix, les informations d’authentification et les informations étendues retournées pour la valeur TrustedDomainInformationEx . Utilisez le
TRUSTED_DOMAIN_FULL_INFORMATION structure.
TrustedDomainAuthInformationInternal
TrustedDomainFullInformationInternal
TrustedDomainInformationEx2Internal
TrustedDomainFullInformation2Internal
TrustedDomainSupportedEncryptionTypes

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows XP [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2003 [applications de bureau uniquement]
En-tête ntsecapi.h

Voir aussi

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