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.
The structure containing the credential protect extension information.
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.
bRequireCredProtect
Set the this to TRUE to require authenticator support for the credProtect extension.
Requirements
| Requirement | Value |
|---|---|
| Header | webauthn.h |