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.
Specifies whether a plugin authenticator is enabled.
Syntax
typedef enum _PLUGIN_AUTHENTICATOR_STATE {
AuthenticatorState_Disabled = 0,
AuthenticatorState_Enabled = 1
} AUTHENTICATOR_STATE;
Constants
AuthenticatorState_DisabledValue: 0 The plugin authenticator is disabled. |
AuthenticatorState_EnabledValue: 1 The plugin authenticator is enabled. |
Remarks
Use this enumeration with WebAuthNPluginGetAuthenticatorState.
Requirements
| Requirement | Value |
|---|---|
| Header | webauthnplugin.h |