WEBAUTHN_CREDENTIAL_LIST structure (webauthn.h)

The list of credentials that the user has registered with the authenticator.

Syntax

typedef struct _WEBAUTHN_CREDENTIAL_LIST {
  DWORD                   cCredentials;
  PWEBAUTHN_CREDENTIAL_EX *ppCredentials;
} WEBAUTHN_CREDENTIAL_LIST, *PWEBAUTHN_CREDENTIAL_LIST;

Members

cCredentials

The size of ppCredentials.

ppCredentials

The array of credentials.

Requirements

Requirement Value
Header webauthn.h

See also

WEBAUTHN_CREDENTIAL