Click or drag to resize

WebAuthnClientEnableAsync Method

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

Return Value

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