Note

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

Access to this page requires authorization. You can try .

WEBAUTHN_CREDENTIALS structure (webauthn.h)

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

See also

WEBAUTHN_CREDENTIAL


Feedback

Was this page helpful?

Additional resources