Edit

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