Click or drag to resize

VirtualAuthenticatorOptions.Ctap2Version Property

Version 113.3.50
Defaults to ctap2_0. Ignored if |protocol| == u2f.

Namespace:  CefSharp.DevTools.WebAuthn
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 113.3.50.0
Syntax
public Ctap2Version? Ctap2Version { get; set; }

Property Value

Type: Nullable<Ctap2Version>
See Also