Funzione WebAuthNGetPlatformCredentialList (webauthn.h)

Ottiene l'elenco delle WEBAUTHN_CREDENTIAL_DETAILS_LIST attualmente archiviate per l'utente.

Sintassi

HRESULT WebAuthNGetPlatformCredentialList(
  PCWEBAUTHN_GET_CREDENTIALS_OPTIONS pGetCredentialsOptions,
  PWEBAUTHN_CREDENTIAL_DETAILS_LIST  *ppCredentialDetailsList
);

Parametri

pGetCredentialsOptions

Opzioni per l'operazione.

ppCredentialDetailsList

Elenco delle credenziali restituito dall'operazione.

Valore restituito

Valore HRESULT che indica l'esito positivo o negativo.

Requisiti

   
Intestazione webauthn.h

Vedi anche

WEBAUTHN_CREDENTIAL_DETAILS_LIST

WebAuthNFreePlatformCredentialList