Click or drag to resize

WebAuthnClientEnableAsync Method

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

Return Value

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