WebAuthnClientEnableAsync Method  | 
Version 104.4.240 
            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: 104.4.240.0 (104.4.240.0)
Syntaxpublic Task<DevToolsMethodResponse> EnableAsync(
	bool? enableUI = null
)
public:
Task<DevToolsMethodResponse^>^ EnableAsync(
	Nullable<bool> enableUI = nullptr
)
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: 
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also