WebAuthNGetPlatformCredentialList function (webauthn.h)
Gets the list of WEBAUTHN_CREDENTIAL_DETAILS_LIST currently stored for the user.
Syntax
HRESULT WebAuthNGetPlatformCredentialList(
PCWEBAUTHN_GET_CREDENTIALS_OPTIONS pGetCredentialsOptions,
PWEBAUTHN_CREDENTIAL_DETAILS_LIST *ppCredentialDetailsList
);
Parameters
pGetCredentialsOptions
The options for the operation.
ppCredentialDetailsList
The credentials list returned by the operation.
Return value
An HRESULT indicating success or failure.
Requirements
Requirement | Value |
---|---|
Header | webauthn.h |