Table of Contents

Class SetResponseOverrideBitsCommandSettings

Namespace
OpenQA.Selenium.DevTools.V131.WebAuthn
Assembly
WebDriver.dll

SetResponseOverrideBits

public sealed class SetResponseOverrideBitsCommandSettings : ICommand
Inheritance
SetResponseOverrideBitsCommandSettings
Implements
Inherited Members

Properties

AuthenticatorId

Gets or sets the authenticatorId

[JsonPropertyName("authenticatorId")]
public string AuthenticatorId { get; set; }

Property Value

string

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

IsBadUP

Gets or sets the isBadUP

[JsonPropertyName("isBadUP")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IsBadUP { get; set; }

Property Value

bool?

IsBadUV

Gets or sets the isBadUV

[JsonPropertyName("isBadUV")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IsBadUV { get; set; }

Property Value

bool?

IsBogusSignature

Gets or sets the isBogusSignature

[JsonPropertyName("isBogusSignature")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IsBogusSignature { get; set; }

Property Value

bool?