Freigeben über


TRUSTED_INFORMATION_CLASS-Enumeration (ntsecapi.h)

Der TRUSTED_INFORMATION_CLASS Enumerationstyps definiert Werte, die den Typ der Informationen angeben, die für eine vertrauenswürdige Domäne festgelegt oder abfragt werden sollen.

Jeder Wert verfügt über eine zugeordnete Struktur, die die Funktionen LsaQueryTrustedDomainInfo und LsaSetTrustedDomainInformation zum Speichern der Informationen verwenden.

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;

Konstanten

 
TrustedDomainNameInformation
Wert: 1
Abfragen oder Festlegen des Namens einer vertrauenswürdigen Domäne. Verwenden Sie die Schaltfläche
TRUSTED_DOMAIN_NAME_INFO Struktur.
TrustedControllersInformation
Dieser Wert ist veraltet.
TrustedPosixOffsetInformation
Abfragen oder Festlegen des Werts, der zum Generieren von Posix-Benutzer- und Gruppenbezeichnern verwendet wird. Verwenden Sie die Schaltfläche
TRUSTED_POSIX_OFFSET_INFO Struktur.
TrustedPasswordInformation
Dieser Wert wurde durch den Wert TrustedDomainAuthInformation ersetzt.
TrustedDomainInformationBasic
Dieser Wert ist veraltet.
TrustedDomainInformationEx
Abfragen erweiterter Informationen für eine vertrauenswürdige Domäne. Verwenden Sie die Schaltfläche
TRUSTED_DOMAIN_INFORMATION_EX Struktur.
TrustedDomainAuthInformation
Abfragen von Authentifizierungsinformationen für eine vertrauenswürdige Domäne. Verwenden Sie die Schaltfläche
TRUSTED_DOMAIN_AUTH_INFORMATION Struktur.
TrustedDomainFullInformation
Fragen Sie vollständige Informationen für eine vertrauenswürdige Domäne ab. Diese Informationen umfassen die Posix-Offsetinformationen, Authentifizierungsinformationen und die erweiterten Informationen, die für den Wert TrustedDomainInformationEx zurückgegeben werden. Verwenden Sie die Schaltfläche
TRUSTED_DOMAIN_FULL_INFORMATION Struktur.
TrustedDomainAuthInformationInternal
TrustedDomainFullInformationInternal
TrustedDomainInformationEx2Internal
TrustedDomainFullInformation2Internal
TrustedDomainSupportedEncryptionTypes

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows XP [nur Desktop-Apps]
Unterstützte Mindestversion (Server) Windows Server 2003 [nur Desktop-Apps]
Kopfzeile ntsecapi.h

Weitere Informationen

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