MPR_CREDENTIALSEX_0 structure (mprapi.h)

The MPR_CREDENTIALSEX_0 structure contains extended credentials information such as the information used by Extensible Authentication Protocols (EAPs).

Syntax

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

Members

dwSize

Specifies the size of the data pointed to by the lpbCredentialsInfo member.

lpbCredentialsInfo

Pointer to the extended credentials information.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows 2000 Server [desktop apps only]
Header mprapi.h

See also

MprAdminInterfaceGetCredentialsEx

MprAdminInterfaceSetCredentialsEx