TRUSTED_DOMAIN_AUTH_INFORMATION struttura (ntsecapi.h)
La struttura TRUSTED_DOMAIN_AUTH_INFORMATION viene usata per recuperare le informazioni di autenticazione per un dominio attendibile. La funzione LsaQueryTrustedDomainInfo usa questa struttura quando il relativo parametro InformationClass è impostato su TrustedDomainAuthInformation.
Sintassi
typedef struct _TRUSTED_DOMAIN_AUTH_INFORMATION {
ULONG IncomingAuthInfos;
PLSA_AUTH_INFORMATION IncomingAuthenticationInformation;
PLSA_AUTH_INFORMATION IncomingPreviousAuthenticationInformation;
ULONG OutgoingAuthInfos;
PLSA_AUTH_INFORMATION OutgoingAuthenticationInformation;
PLSA_AUTH_INFORMATION OutgoingPreviousAuthenticationInformation;
} TRUSTED_DOMAIN_AUTH_INFORMATION, *PTRUSTED_DOMAIN_AUTH_INFORMATION;
Members
IncomingAuthInfos
Specifica il numero di voci nelle matrici IncomingAuthenticationInformation e IncomingPreviousAuthenticationInformation .
IncomingAuthenticationInformation
Puntatore a una matrice di strutture LSA_AUTH_INFORMATION contenenti le informazioni di autenticazione per il lato in ingresso di una relazione di trust.
IncomingPreviousAuthenticationInformation
Puntatore a una matrice di strutture LSA_AUTH_INFORMATION contenenti le informazioni di autenticazione precedenti (o la password precedente) per il lato in ingresso di una relazione di trust. Per ogni voce della matrice IncomingAuthenticationInformation deve essere presente uno di questi elementi.
OutgoingAuthInfos
Specifica il numero di voci nelle matrici OutgoingAuthenticationInformation e OutgoingPreviousAuthenticationInformation .
OutgoingAuthenticationInformation
Puntatore a una matrice di strutture LSA_AUTH_INFORMATION contenenti le informazioni di autenticazione per il lato in uscita di una relazione di trust.
OutgoingPreviousAuthenticationInformation
Puntatore a una matrice di strutture LSA_AUTH_INFORMATION contenenti le informazioni di autenticazione precedenti (o la password precedente) per il lato in uscita di una relazione di trust. Per ogni voce della matrice OutgoingAuthenticationInformation deve essere presente uno di questi elementi.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows XP [solo app desktop] |
Server minimo supportato | Windows Server 2003 [solo app desktop] |
Intestazione | ntsecapi.h |