WEBAUTHN_CREDENTIAL_DETAILS_LIST structure (webauthn.h)

The list of credential details.

Syntax

typedef struct _WEBAUTHN_CREDENTIAL_DETAILS_LIST {
  DWORD                        cCredentialDetails;
  PWEBAUTHN_CREDENTIAL_DETAILS *ppCredentialDetails;
} WEBAUTHN_CREDENTIAL_DETAILS_LIST, *PWEBAUTHN_CREDENTIAL_DETAILS_LIST;

Members

cCredentialDetails

The size of the credential details array.

ppCredentialDetails

The credential details array.

Requirements

Requirement Value
Header webauthn.h

See also

WEBAUTHN_CREDENTIAL_DETAILS