WebAuthNFreePlatformCredentialList function (webauthn.h)

Frees the allocation for the WEBAUTHN_CREDENTIAL_DETAILS_LIST.

Syntax

void WebAuthNFreePlatformCredentialList(
  PWEBAUTHN_CREDENTIAL_DETAILS_LIST pCredentialDetailsList
);

Parameters

pCredentialDetailsList

The platform credential list to be freed.

Return value

None

Requirements

Requirement Value
Header webauthn.h

See also

WebAuthNGetPlatformCredentialList

WEBAUTHN_CREDENTIAL_DETAILS_LIST