WebAuthnClient.RemoveVirtualAuthenticatorAsync Method |
Version 91.1.160
Removes the given authenticator.
Namespace:
CefSharp.DevTools.WebAuthn
Assembly:
CefSharp (in CefSharp.dll) Version: 91.1.160.0 (91.1.160.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