Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Deletes a platform credential stored on the authenticator.
Syntax
HRESULT WebAuthNDeletePlatformCredential(
DWORD cbCredentialId,
const BYTE *pbCredentialId
);
Parameters
cbCredentialId
The size, in bytes, of the credential ID pointed to by pbCredentialId.
pbCredentialId
A pointer to a byte array that contains the credential ID of the credential to delete.
Return value
If the function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code. Call WebAuthNGetErrorName to get a human-readable error string.
Requirements
| Requirement | Value |
|---|---|
| Header | webauthn.h |
| Library | OneCoreUAP.Lib |