Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains a single COSE credential type and algorithm pair requested by the Relying Party.
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 |