Share via


SECURITY_USER_DATA struttura (ntsecpkg.h)

La struttura SecurityUserData contiene informazioni sull'utente di unpacchetto di autenticazione del provider / di supporto della sicurezza. Questa struttura viene usata dalla funzione SpGetUserInfo .

Sintassi

typedef struct _SECURITY_USER_DATA {
  SECURITY_STRING UserName;
  SECURITY_STRING LogonDomainName;
  SECURITY_STRING LogonServer;
  PSID            pSid;
} SECURITY_USER_DATA, *PSECURITY_USER_DATA;

Members

UserName

Nome dell'utente.

LogonDomainName

Il dominio in cui l'utente è connesso.

LogonServer

Nome del server in cui è stato eseguito l'accesso dell'utente.

pSid

Identificatore di sicurezza (SID) dell'utente.

Requisiti

Requisito Valore
Client minimo supportato Windows XP [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Intestazione ntsecpkg.h