Edit

WEBAUTHN_CREDENTIAL_LIST structure (webauthn.h)

Contains an array of WEBAUTHN_CREDENTIAL_EX structures.

Syntax

typedef struct _WEBAUTHN_CREDENTIAL_LIST {
  DWORD                   cCredentials;
  PWEBAUTHN_CREDENTIAL_EX *ppCredentials;
} WEBAUTHN_CREDENTIAL_LIST, *PWEBAUTHN_CREDENTIAL_LIST;

Members

cCredentials

The number of elements in the ppCredentials array.

ppCredentials

A pointer to an array of pointers to WEBAUTHN_CREDENTIAL_EX structures.

Requirements

Requirement Value
Header webauthn.h

See also

WEBAUTHN_CREDENTIAL