WebAuthNDeletePlatformCredential function (webauthn.h)

Removes a Public Key Credential Source stored on a Virtual Authenticator.

Syntax

HRESULT WebAuthNDeletePlatformCredential(
  DWORD      cbCredentialId,
  const BYTE *pbCredentialId
);

Parameters

cbCredentialId

The ID of the credential to be removed.

pbCredentialId

A pointer to the credential ID to be removed.

Return value

Returns an HRESULT indicating success or failure.

Requirements

Requirement Value
Header webauthn.h

See also

WebAuthNGetPlatformCredentialList