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.
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 |