WebAuthnClient.RemoveVirtualAuthenticatorAsync Method |
Version 99.2.120
Removes the given authenticator.
Namespace:
CefSharp.DevTools.WebAuthn
Assembly:
CefSharp (in CefSharp.dll) Version: 99.2.120.0 (99.2.120.0)
Syntaxpublic Task<DevToolsMethodResponse> RemoveVirtualAuthenticatorAsync(
string authenticatorId
)
public:
Task<DevToolsMethodResponse^>^ RemoveVirtualAuthenticatorAsync(
String^ authenticatorId
)
Parameters
- authenticatorId
- Type: System.String
authenticatorId
Return Value
Type:
Task<DevToolsMethodResponse>returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also