WEBAUTHN_CREDENTIALS structure (webauthn.h)

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

Syntax

typedef struct _WEBAUTHN_CREDENTIALS {
  DWORD                cCredentials;
  PWEBAUTHN_CREDENTIAL pCredentials;
} WEBAUTHN_CREDENTIALS, *PWEBAUTHN_CREDENTIALS;

Members

cCredentials

The size of pCredentials.

pCredentials

The array of credentials.

Requirements

Requirement Value
Header webauthn.h

See also

WEBAUTHN_CREDENTIAL