Condividi tramite


MPR_CREDENTIALSEX_0 struttura (mprapi.h)

La struttura MPR_CREDENTIALSEX_0 contiene informazioni sulle credenziali estese, ad esempio le informazioni usate da Extensible Authentication Protocols (EAPs).

Sintassi

typedef struct _MPR_CREDENTIALSEX_0 {
  DWORD  dwSize;
  LPBYTE lpbCredentialsInfo;
} MPR_CREDENTIALSEX_0, *PMPR_CREDENTIALSEX_0;

Members

dwSize

Specifica le dimensioni dei dati a cui punta il membro lpbCredentialsInfo .

lpbCredentialsInfo

Puntatore alle informazioni sulle credenziali estese.

Requisiti

   
Client minimo supportato Nessuno supportato
Server minimo supportato Windows 2000 Server [solo app desktop]
Intestazione mprapi.h

Vedi anche

MprAdminInterfaceGetCredentialsEx

MprAdminInterfaceSetCredentialsEx