Click or drag to resize

WebAuthnClientAddVirtualAuthenticatorAsync Method

Version 118.6.80
Creates and adds a virtual authenticator.

Namespace:  CefSharp.DevTools.WebAuthn
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.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