Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

WEBAUTHN_CRED_PROTECT_EXTENSION_IN structure (webauthn.h)

Contains the input parameters for the credProtect extension.

Syntax

typedef struct _WEBAUTHN_CRED_PROTECT_EXTENSION_IN {
 DWORD dwCredProtect;
 BOOL bRequireCredProtect;
} WEBAUTHN_CRED_PROTECT_EXTENSION_IN, *PWEBAUTHN_CRED_PROTECT_EXTENSION_IN;

Members

dwCredProtect

One of the WEBAUTHN_USER_VERIFICATION_* values that specifies the credential protection policy.

bRequireCredProtect

Set to TRUE to require authenticator support for the credProtect extension. If the authenticator does not support it, the operation fails.

Requirements

Requirement Value
Header webauthn.h

See also

WEBAUTHN_CREDENTIAL


Feedback

Was this page helpful?

Additional resources