AuthenticatorProtocol Enumeration |
Version 130.1.90
AuthenticatorProtocol
Namespace: CefSharp.DevTools.WebAuthnAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntaxpublic enum AuthenticatorProtocol
public enum class AuthenticatorProtocol
Members| Member name | Value | Description |
|---|
| U2f | 0 |
u2f
|
| Ctap2 | 1 |
ctap2
|
See Also