USERNAME_TARGET_CREDENTIAL_INFO struttura (wincred.h)

La struttura USERNAME_TARGET_CREDENTIAL_INFO contiene un riferimento a una credenziale. Questa struttura viene usata per passare un nome utente alla funzione CredMarshalCredential e all'esterno di CredUnmarshalCredential. La credenziale marshalling risultante può essere passata come parametro lpszUserName della funzione LogonUser per indirizzare tale API per ottenere la password dalla credenziale CRED_FLAGS_USERNAME_TARGET corrispondente anziché dal parametro lpszPassword della funzione.

Sintassi

typedef struct _USERNAME_TARGET_CREDENTIAL_INFO {
  LPWSTR UserName;
} USERNAME_TARGET_CREDENTIAL_INFO, *PUSERNAME_TARGET_CREDENTIAL_INFO;

Members

UserName

Nome utente della credenziale USERNAME_TARGET_CREDENTIAL_INFO.

Requisiti

   
Client minimo supportato Windows XP [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Intestazione wincred.h