Click or drag to resize

WebAuthnClientGetCredentialAsync Method

Version 130.1.90
Returns a single credential stored in the given virtual authenticator that matches the credential ID.

Namespace: CefSharp.DevTools.WebAuthn
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<GetCredentialResponse> GetCredentialAsync(
	string authenticatorId,
	byte[] credentialId
)

Parameters

authenticatorId  String
authenticatorId
credentialId  Byte
credentialId

Return Value

TaskGetCredentialResponse
returns System.Threading.Tasks.Task<GetCredentialResponse>
See Also