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