Edit

WebAuthNPluginGetUserVerificationCount function (webauthnplugin.h)

Gets the user-verification counter for a plugin authenticator.

Syntax

HRESULT WebAuthNPluginGetUserVerificationCount(
  REFCLSID rclsid,
  DWORD    *pdwVerificationCount
);

Parameters

rclsid

The class identifier of the registered plugin authenticator.

pdwVerificationCount

Receives the current user-verification counter value.

Return value

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

Remarks

Use this function to retrieve the counter value that the plugin authenticator uses for user-verification operations.

Requirements

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

See also

WebAuthNPluginPerformUserVerification