Click or drag to resize

VirtualAuthenticatorOptionsDefaultBackupEligibility Property

Version 130.1.90
Credentials created by this authenticator will have the backup eligibility (BE) flag set to this value. Defaults to false. https://w3c.github.io/webauthn/#sctn-credential-backup

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

Property Value

NullableBoolean
See Also