Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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


Feedback

Was this page helpful?

Additional resources