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