Edit

WEBAUTHN_COSE_CREDENTIAL_PARAMETERS structure (webauthn.h)

Contains an array of WEBAUTHN_COSE_CREDENTIAL_PARAMETER structures that specify the Relying Party's preferred credential types and algorithms.

Syntax

typedef struct _WEBAUTHN_COSE_CREDENTIAL_PARAMETERS {
  DWORD                               cCredentialParameters;
  PWEBAUTHN_COSE_CREDENTIAL_PARAMETER pCredentialParameters;
} WEBAUTHN_COSE_CREDENTIAL_PARAMETERS, *PWEBAUTHN_COSE_CREDENTIAL_PARAMETERS;

Members

cCredentialParameters

The number of elements in the pCredentialParameters array.

pCredentialParameters

A pointer to an array of WEBAUTHN_COSE_CREDENTIAL_PARAMETER structures.

Requirements

Requirement Value
Header webauthn.h

See also

WEBAUTHN_COSE_CREDENTIAL_PARAMETER