struttura LSA_AUTH_INFORMATION (ntsecapi.h)
La struttura LSA_AUTH_INFORMATION contiene informazioni di autenticazione per un dominio attendibile.
Sintassi
typedef struct _LSA_AUTH_INFORMATION {
LARGE_INTEGER LastUpdateTime;
ULONG AuthType;
ULONG AuthInfoLength;
PUCHAR AuthInfo;
} LSA_AUTH_INFORMATION, *PLSA_AUTH_INFORMATION;
Members
LastUpdateTime
Struttura LARGE_INTEGER che usa il formato Coordinated Universal Time (Greenwich Mean Time) per indicare l'ora in cui è stato impostato questo valore. Per altre informazioni sull'ora universale coordinata, vedere la struttura FILETIME .
AuthType
Specifica uno dei valori seguenti per indicare il tipo di informazioni di autenticazione nel buffer AuthInfo .
AuthInfoLength
Specifica le dimensioni, in byte, del membro AuthInfo .
AuthInfo
Puntatore a una matrice di byte che contiene il tipo di informazioni di autenticazione indicate dal membro AuthType .
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows XP [solo app desktop] |
Server minimo supportato | Windows Server 2003 [solo app desktop] |
Intestazione | ntsecapi.h |