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.
Updates metadata for a registered plugin authenticator.
Syntax
HRESULT WebAuthNPluginUpdateAuthenticatorDetails(
PCWEBAUTHN_PLUGIN_UPDATE_AUTHENTICATOR_DETAILS pPluginUpdateAuthenticatorDetails
);
Parameters
pPluginUpdateAuthenticatorDetails
A pointer to a WEBAUTHN_PLUGIN_UPDATE_AUTHENTICATOR_DETAILS 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 to update the authenticator display name, logos, authenticatorGetInfo payload, supported relying parties, or class identifier for an existing plugin authenticator.
Requirements
| Requirement | Value |
|---|---|
| Header | webauthnplugin.h |
| Library | WebAuthnPlugin.Lib |
| DLL | WebAuthnPlugin.dll |