Click or drag to resize

WebAuthnClientAddVirtualAuthenticatorAsync Method

Version 130.1.90
Creates and adds a virtual authenticator.

Namespace: CefSharp.DevTools.WebAuthn
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<AddVirtualAuthenticatorResponse> AddVirtualAuthenticatorAsync(
	VirtualAuthenticatorOptions options
)

Parameters

options  VirtualAuthenticatorOptions
options

Return Value

TaskAddVirtualAuthenticatorResponse
returns System.Threading.Tasks.Task<AddVirtualAuthenticatorResponse>
See Also