Table of Contents

Class VirtualAuthenticatorOptions

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

VirtualAuthenticatorOptions

public sealed class VirtualAuthenticatorOptions
Inheritance
VirtualAuthenticatorOptions
Inherited Members

Properties

AutomaticPresenceSimulation

automaticPresenceSimulation

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

Property Value

bool?

Ctap2Version

ctap2Version

[JsonPropertyName("ctap2Version")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Ctap2Version? Ctap2Version { get; set; }

Property Value

Ctap2Version?

DefaultBackupEligibility

defaultBackupEligibility

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

Property Value

bool?

DefaultBackupState

defaultBackupState

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

Property Value

bool?

HasCredBlob

hasCredBlob

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

Property Value

bool?

HasLargeBlob

hasLargeBlob

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

Property Value

bool?

HasMinPinLength

hasMinPinLength

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

Property Value

bool?

HasPrf

hasPrf

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

Property Value

bool?

HasResidentKey

hasResidentKey

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

Property Value

bool?

HasUserVerification

hasUserVerification

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

Property Value

bool?

IsUserVerified

isUserVerified

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

Property Value

bool?

Protocol

protocol

[JsonPropertyName("protocol")]
public AuthenticatorProtocol Protocol { get; set; }

Property Value

AuthenticatorProtocol

Transport

transport

[JsonPropertyName("transport")]
public AuthenticatorTransport Transport { get; set; }

Property Value

AuthenticatorTransport