Click or drag to resize

WebAuthnClient.SetAutomaticPresenceSimulationAsync Method

Version 109.1.110
Sets whether tests of user presence will succeed immediately (if true) or fail to resolve (if false) for an authenticator. The default is true.

Namespace:  CefSharp.DevTools.WebAuthn
Assembly:  CefSharp (in CefSharp.dll) Version: 109.1.110.0 (109.1.110.0)
Syntax
public Task<DevToolsMethodResponse> SetAutomaticPresenceSimulationAsync(
	string authenticatorId,
	bool enabled
)

Parameters

authenticatorId
Type: System.String
authenticatorId
enabled
Type: System.Boolean
enabled

Return Value

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