Click or drag to resize

WebAuthnClientEnableAsync Method

Version 100.0.140
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: 100.0.140.0 (100.0.140.0)
Syntax
public Task<DevToolsMethodResponse> EnableAsync()

Return Value

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