WEBAUTHN_COSE_CREDENTIAL_PARAMETER structure (webauthn.h)

The structure containing the COSE credential parameter that is sent to the authenticator.

Syntax

typedef struct _WEBAUTHN_COSE_CREDENTIAL_PARAMETER {
  DWORD   dwVersion;
  LPCWSTR pwszCredentialType;
  LONG    lAlg;
} WEBAUTHN_COSE_CREDENTIAL_PARAMETER, *PWEBAUTHN_COSE_CREDENTIAL_PARAMETER;

Members

dwVersion

Version of this structure, to allow for modifications in the future. This field is required and should be set to CURRENT_VERSION.

pwszCredentialType

Well-known credential type specifying a credential to create.

lAlg

Well-known COSE algorithm specifying the algorithm to use for the credential.

Requirements

Requirement Value
Header webauthn.h

See also

WEBAUTHN_COSE_CREDENTIAL_PARAMETERS