Edit

WebAuthNPluginAuthenticatorRemoveAllCredentials function (webauthnplugin.h)

Removes all cached credential metadata for a plugin authenticator.

Syntax

HRESULT WebAuthNPluginAuthenticatorRemoveAllCredentials(
  REFCLSID rclsid
);

Parameters

rclsid

The class identifier of the registered plugin authenticator.

Return value

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

Remarks

This function clears all credential metadata that Windows currently caches for the specified plugin authenticator.

Requirements

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

See also

WebAuthNPluginAuthenticatorGetAllCredentials