WEBAUTHN_CRED_PROTECT_EXTENSION_IN structure (webauthn.h)

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

See also

WEBAUTHN_CREDENTIAL