Edit

WebAuthNPluginRemoveAuthenticator function (webauthnplugin.h)

Unregisters a plugin authenticator from Windows.

Syntax

HRESULT WebAuthNPluginRemoveAuthenticator(
  REFCLSID rclsid
);

Parameters

rclsid

The class identifier of the registered plugin authenticator to remove.

Return value

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

Remarks

After removal, Windows no longer routes WebAuthn operations to the specified plugin authenticator.

Requirements

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

See also

WebAuthNPluginAddAuthenticator