Edit

WebAuthNPluginGetAuthenticatorState function (webauthnplugin.h)

Gets the current enabled or disabled state of a plugin authenticator.

Syntax

HRESULT WebAuthNPluginGetAuthenticatorState(
  REFCLSID            rclsid,
  AUTHENTICATOR_STATE *pluginAuthenticatorState
);

Parameters

rclsid

The class identifier of the registered plugin authenticator.

pluginAuthenticatorState

Receives an AUTHENTICATOR_STATE value that indicates whether the plugin authenticator is enabled or disabled.

Return value

If the function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

Use this function to determine whether Windows currently considers the specified plugin authenticator available for WebAuthn operations.

Requirements

Requirement Value
Header webauthnplugin.h
Library WebAuthnPlugin.Lib
DLL WebAuthnPlugin.dll

See also

AUTHENTICATOR_STATE