enumerazione TRUSTED_INFORMATION_CLASS (ntsecapi.h)
Il tipo di enumerazione TRUSTED_INFORMATION_CLASS definisce i valori che indicano il tipo di informazioni da impostare o eseguire query per un dominio attendibile.
Ogni valore ha una struttura associata che le funzioni LsaQueryTrustedDomainInfo e LsaSetTrustedDomainInformation usano per archiviare le informazioni.
Sintassi
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;
Costanti
TrustedDomainNameInformation Valore: 1 Eseguire una query o impostare il nome di un dominio attendibile. Usare il TRUSTED_DOMAIN_NAME_INFO struttura. |
TrustedControllersInformation Questo valore è obsoleto. |
TrustedPosixOffsetInformation Eseguire una query o impostare il valore usato per generare identificatori utente e gruppo Posix. Usare il TRUSTED_POSIX_OFFSET_INFO struttura. |
TrustedPasswordInformation Questo valore è stato sostituito dal valore TrustedDomainAuthInformation . |
TrustedDomainInformationBasic Questo valore è obsoleto. |
TrustedDomainInformationEx Eseguire query sulle informazioni estese per un dominio attendibile. Usare il TRUSTED_DOMAIN_INFORMATION_EX struttura. |
TrustedDomainAuthInformation Eseguire query sulle informazioni di autenticazione per un dominio attendibile. Usare il TRUSTED_DOMAIN_AUTH_INFORMATION struttura. |
TrustedDomainFullInformation Eseguire una query sulle informazioni complete per un dominio attendibile. Queste informazioni includono le informazioni sull'offset Posix, le informazioni di autenticazione e le informazioni estese restituite per il valore TrustedDomainInformationEx . Usare il TRUSTED_DOMAIN_FULL_INFORMATION struttura. |
TrustedDomainAuthInformationInternal |
TrustedDomainFullInformationInternal |
TrustedDomainInformationEx2Internal |
TrustedDomainFullInformation2Internal |
TrustedDomainSupportedEncryptionTypes |
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows XP [solo app desktop] |
Server minimo supportato | Windows Server 2003 [solo app desktop] |
Intestazione | ntsecapi.h |
Vedi anche
LsaSetTrustedDomainInformation
TRUSTED_DOMAIN_AUTH_INFORMATION