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