VirtualAuthenticatorOptionsDefaultBackupState Property |
Version 130.1.90
Credentials created by this authenticator will have the backup state
(BS) 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? DefaultBackupState { get; set; }
public:
property Nullable<bool> DefaultBackupState {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
Property Value
NullableBooleanSee Also