WEBAUTHN_COSE_CREDENTIAL_PARAMETERS structure (webauthn.h)

The structure containing the COSE parameters for a credential.

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 COSE parameters for the credential.

pCredentialParameters

A pointer to the COSE parameters for the credential.

Requirements

Requirement Value
Header webauthn.h

See also

WEBAUTHN_COSE_CREDENTIAL_PARAMETER