WebAuthnAddVirtualAuthenticatorAsync Method |
Version 85.3.121
Creates and adds a virtual authenticator.
Namespace:
CefSharp.DevTools.WebAuthn
Assembly:
CefSharp (in CefSharp.dll) Version: 85.3.121.0 (85.3.121.0)
Syntax public Task<AddVirtualAuthenticatorResponse> AddVirtualAuthenticatorAsync(
VirtualAuthenticatorOptions options
)
public:
Task<AddVirtualAuthenticatorResponse^>^ AddVirtualAuthenticatorAsync(
VirtualAuthenticatorOptions^ options
)
Parameters
- options
- Type: CefSharp.DevTools.WebAuthnVirtualAuthenticatorOptions
options
Return Value
Type:
TaskAddVirtualAuthenticatorResponsereturns System.Threading.Tasks.Task<AddVirtualAuthenticatorResponse>
See Also