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 structures.
Syntax
typedef struct _WEBAUTHN_CREDENTIALS {
DWORD cCredentials;
PWEBAUTHN_CREDENTIAL pCredentials;
} WEBAUTHN_CREDENTIALS, *PWEBAUTHN_CREDENTIALS;
Members
cCredentials
The number of elements in the pCredentials array.
pCredentials
A pointer to an array of WEBAUTHN_CREDENTIAL structures.
Requirements
| Requirement | Value |
|---|---|
| Header | webauthn.h |