AuthenticatorProtocol Enumeration |
Version 100.0.140
AuthenticatorProtocol
Namespace:
CefSharp.DevTools.WebAuthn
Assembly:
CefSharp (in CefSharp.dll) Version: 100.0.140.0 (100.0.140.0)
Syntax public enum AuthenticatorProtocol
public enum class AuthenticatorProtocol
Members
| Member name | Value | Description |
---|
| U2f | 0 |
u2f
|
| Ctap2 | 1 |
ctap2
|
See Also