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 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 |