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