Edit

AUTHENTICATOR_STATE enumeration (webauthnplugin.h)

Specifies whether a plugin authenticator is enabled.

Syntax

typedef enum _PLUGIN_AUTHENTICATOR_STATE {
  AuthenticatorState_Disabled = 0,
  AuthenticatorState_Enabled = 1
} AUTHENTICATOR_STATE;

Constants

 
AuthenticatorState_Disabled
Value: 0
The plugin authenticator is disabled.
AuthenticatorState_Enabled
Value: 1
The plugin authenticator is enabled.

Remarks

Use this enumeration with WebAuthNPluginGetAuthenticatorState.

Requirements

Requirement Value
Header webauthnplugin.h