Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |