MSV1_0_SUBAUTH_RESPONSE struttura (ntsecapi.h)
La struttura MSV1_0_SUBAUTH_RESPONSE contiene la risposta da un pacchetto di sottoutenticazione.
Viene usato da LsaCallAuthenticationPackage.
Sintassi
typedef struct _MSV1_0_SUBAUTH_RESPONSE {
MSV1_0_PROTOCOL_MESSAGE_TYPE MessageType;
ULONG SubAuthInfoLength;
PUCHAR SubAuthReturnBuffer;
} MSV1_0_SUBAUTH_RESPONSE, *PMSV1_0_SUBAUTH_RESPONSE;
Members
MessageType
MSV1_0_PROTOCOL_MESSAGE_TYPE valore che identifica il tipo di richiesta da effettuare. Questo membro deve essere impostato su MsV1_0SubAuth.
SubAuthInfoLength
Indica la lunghezza, in byte, del buffer restituito da SubAuthReturnBuffer.
SubAuthReturnBuffer
Contiene la risposta del pacchetto di sottoutenticazione. Il formato e il contenuto di questo buffer sono specifici del pacchetto di sottoutenticazione. Per altre informazioni, vedere la documentazione per pacchetti di sottoutenticazione specifici.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows XP [solo app desktop] |
Server minimo supportato | Windows Server 2003 [solo app desktop] |
Intestazione | ntsecapi.h |