Edit

WebAuthNPluginUpdateAuthenticatorDetails2 function (webauthnplugin.h)

Updates metadata for a registered plugin authenticator by using the extended update-details structure.

Syntax

HRESULT WebAuthNPluginUpdateAuthenticatorDetails2(
  PCWEBAUTHN_PLUGIN_UPDATE_AUTHENTICATOR_DETAILS_2 pPluginUpdateAuthenticatorDetails
);

Parameters

pPluginUpdateAuthenticatorDetails

A pointer to a WEBAUTHN_PLUGIN_UPDATE_AUTHENTICATOR_DETAILS_2 structure that contains the updated metadata.

Return value

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

Remarks

Use this function when you need the additional fields exposed by version 2 of the update-details structure, such as the user-verification key name. To update a plugin authenticator without those fields, use WebAuthNPluginUpdateAuthenticatorDetails.

Requirements

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

See also

WEBAUTHN_PLUGIN_UPDATE_AUTHENTICATOR_DETAILS_2