WebAuthNFreeAssertion function (webauthn.h)

Frees an assertion previously allocated by calling WebAuthNAuthenticatorGetAssertion.

Syntax

void WebAuthNFreeAssertion(
  PWEBAUTHN_ASSERTION pWebAuthNAssertion
);

Parameters

pWebAuthNAssertion

The WEBAUTHN_ASSERTION to be freed.

Return value

None

Requirements

Requirement Value
Header webauthn.h

See also

WebAuthNAuthenticatorGetAssertion

WEBAUTHN_ASSERTION