Edit

WebAuthNPluginFreePublicKeyResponse function (webauthnplugin.h)

Frees a public-key buffer returned by a WebAuthN plugin public-key function.

Syntax

void WebAuthNPluginFreePublicKeyResponse(
  PBYTE pbOpSignPubKey
);

Parameters

pbOpSignPubKey

The buffer to free. This pointer may be NULL.

Return value

None

Remarks

Call this function after you are finished with the buffer returned by WebAuthNPluginGetUserVerificationPublicKey or WebAuthNPluginGetOperationSigningPublicKey.

Requirements

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

See also

WebAuthNPluginGetUserVerificationPublicKey

WebAuthNPluginGetOperationSigningPublicKey