Edit

WebAuthNFreeAuthenticatorList function (webauthn.h)

Frees a WEBAUTHN_AUTHENTICATOR_DETAILS_LIST allocated by WebAuthNGetAuthenticatorList.

Syntax

void WebAuthNFreeAuthenticatorList(
  PWEBAUTHN_AUTHENTICATOR_DETAILS_LIST pAuthenticatorDetailsList
);

Parameters

pAuthenticatorDetailsList

A pointer to the WEBAUTHN_AUTHENTICATOR_DETAILS_LIST to free.

Return value

None

Requirements

Requirement Value
Header webauthn.h
Library OneCoreUAP.Lib

See also

WebAuthNGetAuthenticatorList

WEBAUTHN_AUTHENTICATOR_DETAILS_LIST