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.
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 |