Edit

WebAuthNPluginFreeUserVerificationResponse function (webauthnplugin.h)

Frees a response buffer returned by a plugin user-verification function.

Syntax

void WebAuthNPluginFreeUserVerificationResponse(
  PBYTE ppbResponse
);

Parameters

ppbResponse

The response buffer to free. This pointer may be NULL.

Return value

None

Remarks

Call this function after you are finished with the buffer returned by WebAuthNPluginPerformUserVerification or EXPERIMENTAL_WebAuthNPluginPerformUserVerification2.

Requirements

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

See also

WebAuthNPluginPerformUserVerification

EXPERIMENTAL_WebAuthNPluginPerformUserVerification2