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