WebAuthnClientAddVirtualAuthenticatorAsync Method |
Version 130.1.90
Creates and adds a virtual authenticator.
Namespace: CefSharp.DevTools.WebAuthnAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<AddVirtualAuthenticatorResponse> AddVirtualAuthenticatorAsync(
VirtualAuthenticatorOptions options
)
public:
Task<AddVirtualAuthenticatorResponse^>^ AddVirtualAuthenticatorAsync(
VirtualAuthenticatorOptions^ options
)
Parameters
- options VirtualAuthenticatorOptions
- options
Return Value
TaskAddVirtualAuthenticatorResponsereturns System.Threading.Tasks.Task<AddVirtualAuthenticatorResponse>
See Also