Click or drag to resize

WebAuthnClientEnableAsync Method

Version 105.3.390
Enable the WebAuthn domain and start intercepting credential storage and retrieval with a virtual authenticator.

Namespace:  CefSharp.DevTools.WebAuthn
Assembly:  CefSharp (in CefSharp.dll) Version: 105.3.390.0 (105.3.390.0)
Syntax
public Task<DevToolsMethodResponse> EnableAsync(
	bool? enableUI = null
)

Parameters

enableUI (Optional)
Type: SystemNullableBoolean
Whether to enable the WebAuthn user interface. Enabling the UI isrecommended for debugging and demo purposes, as it is closer to the realexperience. Disabling the UI is recommended for automated testing.Supported at the embedder's discretion if UI is available.Defaults to false.

Return Value

Type: TaskDevToolsMethodResponse
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also