Edit

WebAuthNFreeAssertion function (webauthn.h)

Frees a WEBAUTHN_ASSERTION allocated by WebAuthNAuthenticatorGetAssertion.

Syntax

void WebAuthNFreeAssertion(
  PWEBAUTHN_ASSERTION pWebAuthNAssertion
);

Parameters

pWebAuthNAssertion

A pointer to the WEBAUTHN_ASSERTION to free.

Return value

None

Requirements

Requirement Value
Header webauthn.h
Library OneCoreUAP.Lib

See also

WebAuthNAuthenticatorGetAssertion

WEBAUTHN_ASSERTION