VirtualAuthenticatorOptionsCtap2Version Property |
Version 118.6.80
Defaults to ctap2_0. Ignored if |protocol| == u2f.
Namespace:
CefSharp.DevTools.WebAuthn
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public Ctap2Version? Ctap2Version { get; set; }
public:
property Nullable<Ctap2Version> Ctap2Version {
Nullable<Ctap2Version> get ();
void set (Nullable<Ctap2Version> value);
}
Property Value
Type:
NullableCtap2VersionSee Also