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.WebAuthnAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public bool? DefaultBackupEligibility { get; set; }
public:
property Nullable<bool> DefaultBackupEligibility {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
Property Value
NullableBooleanSee Also