Edit

WebAuthNPluginAuthenticatorFreeCredentialDetailsArray function (webauthnplugin.h)

Frees an array returned by WebAuthNPluginAuthenticatorGetAllCredentials.

Syntax

void WebAuthNPluginAuthenticatorFreeCredentialDetailsArray(
  DWORD                               cCredentialDetails,
  PWEBAUTHN_PLUGIN_CREDENTIAL_DETAILS pCredentialDetailsArray
);

Parameters

cCredentialDetails

The number of elements in the array pointed to by pCredentialDetailsArray.

pCredentialDetailsArray

The array to free. This pointer may be NULL when cCredentialDetails is zero.

Return value

None

Remarks

Call this function after you finish processing the array returned by WebAuthNPluginAuthenticatorGetAllCredentials.

Requirements

Requirement Value
Header webauthnplugin.h
Library WebAuthnPlugin.Lib
DLL WebAuthnPlugin.dll

See also

WebAuthNPluginAuthenticatorGetAllCredentials