Click or drag to resize

WebAuthnClientAddVirtualAuthenticatorAsync Method

Version 106.0.290
Creates and adds a virtual authenticator.

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

Parameters

options
Type: CefSharp.DevTools.WebAuthnVirtualAuthenticatorOptions
options

Return Value

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