| ### YamlMime:ManagedReference |
| items: |
| - uid: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions |
| commentId: T:OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions |
| id: VirtualAuthenticatorOptions |
| parent: OpenQA.Selenium.DevTools.V132.WebAuthn |
| children: |
| - OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.AutomaticPresenceSimulation |
| - OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.Ctap2Version |
| - OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.DefaultBackupEligibility |
| - OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.DefaultBackupState |
| - OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.HasCredBlob |
| - OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.HasLargeBlob |
| - OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.HasMinPinLength |
| - OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.HasPrf |
| - OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.HasResidentKey |
| - OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.HasUserVerification |
| - OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.IsUserVerified |
| - OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.Protocol |
| - OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.Transport |
| langs: |
| - csharp |
| - vb |
| name: VirtualAuthenticatorOptions |
| nameWithType: VirtualAuthenticatorOptions |
| fullName: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions |
| type: Class |
| source: |
| remote: |
| path: bazel-bin/dotnet/src/webdriver/cdp/v132/WebAuthn/VirtualAuthenticatorOptions.cs |
| branch: trunk |
| repo: https://github.com/SeleniumHQ/selenium |
| id: VirtualAuthenticatorOptions |
| path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/WebAuthn/VirtualAuthenticatorOptions.cs |
| startLine: 11 |
| assemblies: |
| - WebDriver |
| namespace: OpenQA.Selenium.DevTools.V132.WebAuthn |
| summary: VirtualAuthenticatorOptions |
| example: [] |
| syntax: |
| content: public sealed class VirtualAuthenticatorOptions |
| content.vb: Public NotInheritable Class VirtualAuthenticatorOptions |
| inheritance: |
| - System.Object |
| inheritedMembers: |
| - System.Object.Equals(System.Object) |
| - System.Object.Equals(System.Object,System.Object) |
| - System.Object.GetHashCode |
| - System.Object.GetType |
| - System.Object.ReferenceEquals(System.Object,System.Object) |
| - System.Object.ToString |
| - uid: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.Protocol |
| commentId: P:OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.Protocol |
| id: Protocol |
| parent: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions |
| langs: |
| - csharp |
| - vb |
| name: Protocol |
| nameWithType: VirtualAuthenticatorOptions.Protocol |
| fullName: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.Protocol |
| type: Property |
| source: |
| remote: |
| path: bazel-bin/dotnet/src/webdriver/cdp/v132/WebAuthn/VirtualAuthenticatorOptions.cs |
| branch: trunk |
| repo: https://github.com/SeleniumHQ/selenium |
| id: Protocol |
| path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/WebAuthn/VirtualAuthenticatorOptions.cs |
| startLine: 16 |
| assemblies: |
| - WebDriver |
| namespace: OpenQA.Selenium.DevTools.V132.WebAuthn |
| summary: protocol |
| example: [] |
| syntax: |
| content: >- |
| [JsonPropertyName("protocol")] |
| |
| public AuthenticatorProtocol Protocol { get; set; } |
| parameters: [] |
| return: |
| type: OpenQA.Selenium.DevTools.V132.WebAuthn.AuthenticatorProtocol |
| content.vb: >- |
| <JsonPropertyName("protocol")> |
| |
| Public Property Protocol As AuthenticatorProtocol |
| overload: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.Protocol* |
| attributes: |
| - type: System.Text.Json.Serialization.JsonPropertyNameAttribute |
| ctor: System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String) |
| arguments: |
| - type: System.String |
| value: protocol |
| - uid: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.Ctap2Version |
| commentId: P:OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.Ctap2Version |
| id: Ctap2Version |
| parent: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions |
| langs: |
| - csharp |
| - vb |
| name: Ctap2Version |
| nameWithType: VirtualAuthenticatorOptions.Ctap2Version |
| fullName: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.Ctap2Version |
| type: Property |
| source: |
| remote: |
| path: bazel-bin/dotnet/src/webdriver/cdp/v132/WebAuthn/VirtualAuthenticatorOptions.cs |
| branch: trunk |
| repo: https://github.com/SeleniumHQ/selenium |
| id: Ctap2Version |
| path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/WebAuthn/VirtualAuthenticatorOptions.cs |
| startLine: 23 |
| assemblies: |
| - WebDriver |
| namespace: OpenQA.Selenium.DevTools.V132.WebAuthn |
| summary: ctap2Version |
| example: [] |
| syntax: |
| content: >- |
| [JsonPropertyName("ctap2Version")] |
| |
| [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)] |
| |
| public Ctap2Version? Ctap2Version { get; set; } |
| parameters: [] |
| return: |
| type: System.Nullable{OpenQA.Selenium.DevTools.V132.WebAuthn.Ctap2Version} |
| content.vb: >- |
| <JsonPropertyName("ctap2Version")> |
| |
| <JsonIgnore(Condition:=JsonIgnoreCondition.WhenWritingDefault)> |
| |
| Public Property Ctap2Version As Ctap2Version? |
| overload: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.Ctap2Version* |
| attributes: |
| - type: System.Text.Json.Serialization.JsonPropertyNameAttribute |
| ctor: System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String) |
| arguments: |
| - type: System.String |
| value: ctap2Version |
| - type: System.Text.Json.Serialization.JsonIgnoreAttribute |
| ctor: System.Text.Json.Serialization.JsonIgnoreAttribute.#ctor |
| arguments: [] |
| namedArguments: |
| - name: Condition |
| type: System.Text.Json.Serialization.JsonIgnoreCondition |
| value: 2 |
| - uid: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.Transport |
| commentId: P:OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.Transport |
| id: Transport |
| parent: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions |
| langs: |
| - csharp |
| - vb |
| name: Transport |
| nameWithType: VirtualAuthenticatorOptions.Transport |
| fullName: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.Transport |
| type: Property |
| source: |
| remote: |
| path: bazel-bin/dotnet/src/webdriver/cdp/v132/WebAuthn/VirtualAuthenticatorOptions.cs |
| branch: trunk |
| repo: https://github.com/SeleniumHQ/selenium |
| id: Transport |
| path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/WebAuthn/VirtualAuthenticatorOptions.cs |
| startLine: 30 |
| assemblies: |
| - WebDriver |
| namespace: OpenQA.Selenium.DevTools.V132.WebAuthn |
| summary: transport |
| example: [] |
| syntax: |
| content: >- |
| [JsonPropertyName("transport")] |
| |
| public AuthenticatorTransport Transport { get; set; } |
| parameters: [] |
| return: |
| type: OpenQA.Selenium.DevTools.V132.WebAuthn.AuthenticatorTransport |
| content.vb: >- |
| <JsonPropertyName("transport")> |
| |
| Public Property Transport As AuthenticatorTransport |
| overload: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.Transport* |
| attributes: |
| - type: System.Text.Json.Serialization.JsonPropertyNameAttribute |
| ctor: System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String) |
| arguments: |
| - type: System.String |
| value: transport |
| - uid: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.HasResidentKey |
| commentId: P:OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.HasResidentKey |
| id: HasResidentKey |
| parent: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions |
| langs: |
| - csharp |
| - vb |
| name: HasResidentKey |
| nameWithType: VirtualAuthenticatorOptions.HasResidentKey |
| fullName: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.HasResidentKey |
| type: Property |
| source: |
| remote: |
| path: bazel-bin/dotnet/src/webdriver/cdp/v132/WebAuthn/VirtualAuthenticatorOptions.cs |
| branch: trunk |
| repo: https://github.com/SeleniumHQ/selenium |
| id: HasResidentKey |
| path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/WebAuthn/VirtualAuthenticatorOptions.cs |
| startLine: 37 |
| assemblies: |
| - WebDriver |
| namespace: OpenQA.Selenium.DevTools.V132.WebAuthn |
| summary: hasResidentKey |
| example: [] |
| syntax: |
| content: >- |
| [JsonPropertyName("hasResidentKey")] |
| |
| [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)] |
| |
| public bool? HasResidentKey { get; set; } |
| parameters: [] |
| return: |
| type: System.Nullable{System.Boolean} |
| content.vb: >- |
| <JsonPropertyName("hasResidentKey")> |
| |
| <JsonIgnore(Condition:=JsonIgnoreCondition.WhenWritingDefault)> |
| |
| Public Property HasResidentKey As Boolean? |
| overload: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.HasResidentKey* |
| attributes: |
| - type: System.Text.Json.Serialization.JsonPropertyNameAttribute |
| ctor: System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String) |
| arguments: |
| - type: System.String |
| value: hasResidentKey |
| - type: System.Text.Json.Serialization.JsonIgnoreAttribute |
| ctor: System.Text.Json.Serialization.JsonIgnoreAttribute.#ctor |
| arguments: [] |
| namedArguments: |
| - name: Condition |
| type: System.Text.Json.Serialization.JsonIgnoreCondition |
| value: 2 |
| - uid: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.HasUserVerification |
| commentId: P:OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.HasUserVerification |
| id: HasUserVerification |
| parent: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions |
| langs: |
| - csharp |
| - vb |
| name: HasUserVerification |
| nameWithType: VirtualAuthenticatorOptions.HasUserVerification |
| fullName: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.HasUserVerification |
| type: Property |
| source: |
| remote: |
| path: bazel-bin/dotnet/src/webdriver/cdp/v132/WebAuthn/VirtualAuthenticatorOptions.cs |
| branch: trunk |
| repo: https://github.com/SeleniumHQ/selenium |
| id: HasUserVerification |
| path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/WebAuthn/VirtualAuthenticatorOptions.cs |
| startLine: 44 |
| assemblies: |
| - WebDriver |
| namespace: OpenQA.Selenium.DevTools.V132.WebAuthn |
| summary: hasUserVerification |
| example: [] |
| syntax: |
| content: >- |
| [JsonPropertyName("hasUserVerification")] |
| |
| [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)] |
| |
| public bool? HasUserVerification { get; set; } |
| parameters: [] |
| return: |
| type: System.Nullable{System.Boolean} |
| content.vb: >- |
| <JsonPropertyName("hasUserVerification")> |
| |
| <JsonIgnore(Condition:=JsonIgnoreCondition.WhenWritingDefault)> |
| |
| Public Property HasUserVerification As Boolean? |
| overload: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.HasUserVerification* |
| attributes: |
| - type: System.Text.Json.Serialization.JsonPropertyNameAttribute |
| ctor: System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String) |
| arguments: |
| - type: System.String |
| value: hasUserVerification |
| - type: System.Text.Json.Serialization.JsonIgnoreAttribute |
| ctor: System.Text.Json.Serialization.JsonIgnoreAttribute.#ctor |
| arguments: [] |
| namedArguments: |
| - name: Condition |
| type: System.Text.Json.Serialization.JsonIgnoreCondition |
| value: 2 |
| - uid: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.HasLargeBlob |
| commentId: P:OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.HasLargeBlob |
| id: HasLargeBlob |
| parent: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions |
| langs: |
| - csharp |
| - vb |
| name: HasLargeBlob |
| nameWithType: VirtualAuthenticatorOptions.HasLargeBlob |
| fullName: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.HasLargeBlob |
| type: Property |
| source: |
| remote: |
| path: bazel-bin/dotnet/src/webdriver/cdp/v132/WebAuthn/VirtualAuthenticatorOptions.cs |
| branch: trunk |
| repo: https://github.com/SeleniumHQ/selenium |
| id: HasLargeBlob |
| path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/WebAuthn/VirtualAuthenticatorOptions.cs |
| startLine: 51 |
| assemblies: |
| - WebDriver |
| namespace: OpenQA.Selenium.DevTools.V132.WebAuthn |
| summary: hasLargeBlob |
| example: [] |
| syntax: |
| content: >- |
| [JsonPropertyName("hasLargeBlob")] |
| |
| [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)] |
| |
| public bool? HasLargeBlob { get; set; } |
| parameters: [] |
| return: |
| type: System.Nullable{System.Boolean} |
| content.vb: >- |
| <JsonPropertyName("hasLargeBlob")> |
| |
| <JsonIgnore(Condition:=JsonIgnoreCondition.WhenWritingDefault)> |
| |
| Public Property HasLargeBlob As Boolean? |
| overload: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.HasLargeBlob* |
| attributes: |
| - type: System.Text.Json.Serialization.JsonPropertyNameAttribute |
| ctor: System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String) |
| arguments: |
| - type: System.String |
| value: hasLargeBlob |
| - type: System.Text.Json.Serialization.JsonIgnoreAttribute |
| ctor: System.Text.Json.Serialization.JsonIgnoreAttribute.#ctor |
| arguments: [] |
| namedArguments: |
| - name: Condition |
| type: System.Text.Json.Serialization.JsonIgnoreCondition |
| value: 2 |
| - uid: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.HasCredBlob |
| commentId: P:OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.HasCredBlob |
| id: HasCredBlob |
| parent: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions |
| langs: |
| - csharp |
| - vb |
| name: HasCredBlob |
| nameWithType: VirtualAuthenticatorOptions.HasCredBlob |
| fullName: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.HasCredBlob |
| type: Property |
| source: |
| remote: |
| path: bazel-bin/dotnet/src/webdriver/cdp/v132/WebAuthn/VirtualAuthenticatorOptions.cs |
| branch: trunk |
| repo: https://github.com/SeleniumHQ/selenium |
| id: HasCredBlob |
| path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/WebAuthn/VirtualAuthenticatorOptions.cs |
| startLine: 58 |
| assemblies: |
| - WebDriver |
| namespace: OpenQA.Selenium.DevTools.V132.WebAuthn |
| summary: hasCredBlob |
| example: [] |
| syntax: |
| content: >- |
| [JsonPropertyName("hasCredBlob")] |
| |
| [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)] |
| |
| public bool? HasCredBlob { get; set; } |
| parameters: [] |
| return: |
| type: System.Nullable{System.Boolean} |
| content.vb: >- |
| <JsonPropertyName("hasCredBlob")> |
| |
| <JsonIgnore(Condition:=JsonIgnoreCondition.WhenWritingDefault)> |
| |
| Public Property HasCredBlob As Boolean? |
| overload: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.HasCredBlob* |
| attributes: |
| - type: System.Text.Json.Serialization.JsonPropertyNameAttribute |
| ctor: System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String) |
| arguments: |
| - type: System.String |
| value: hasCredBlob |
| - type: System.Text.Json.Serialization.JsonIgnoreAttribute |
| ctor: System.Text.Json.Serialization.JsonIgnoreAttribute.#ctor |
| arguments: [] |
| namedArguments: |
| - name: Condition |
| type: System.Text.Json.Serialization.JsonIgnoreCondition |
| value: 2 |
| - uid: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.HasMinPinLength |
| commentId: P:OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.HasMinPinLength |
| id: HasMinPinLength |
| parent: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions |
| langs: |
| - csharp |
| - vb |
| name: HasMinPinLength |
| nameWithType: VirtualAuthenticatorOptions.HasMinPinLength |
| fullName: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.HasMinPinLength |
| type: Property |
| source: |
| remote: |
| path: bazel-bin/dotnet/src/webdriver/cdp/v132/WebAuthn/VirtualAuthenticatorOptions.cs |
| branch: trunk |
| repo: https://github.com/SeleniumHQ/selenium |
| id: HasMinPinLength |
| path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/WebAuthn/VirtualAuthenticatorOptions.cs |
| startLine: 65 |
| assemblies: |
| - WebDriver |
| namespace: OpenQA.Selenium.DevTools.V132.WebAuthn |
| summary: hasMinPinLength |
| example: [] |
| syntax: |
| content: >- |
| [JsonPropertyName("hasMinPinLength")] |
| |
| [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)] |
| |
| public bool? HasMinPinLength { get; set; } |
| parameters: [] |
| return: |
| type: System.Nullable{System.Boolean} |
| content.vb: >- |
| <JsonPropertyName("hasMinPinLength")> |
| |
| <JsonIgnore(Condition:=JsonIgnoreCondition.WhenWritingDefault)> |
| |
| Public Property HasMinPinLength As Boolean? |
| overload: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.HasMinPinLength* |
| attributes: |
| - type: System.Text.Json.Serialization.JsonPropertyNameAttribute |
| ctor: System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String) |
| arguments: |
| - type: System.String |
| value: hasMinPinLength |
| - type: System.Text.Json.Serialization.JsonIgnoreAttribute |
| ctor: System.Text.Json.Serialization.JsonIgnoreAttribute.#ctor |
| arguments: [] |
| namedArguments: |
| - name: Condition |
| type: System.Text.Json.Serialization.JsonIgnoreCondition |
| value: 2 |
| - uid: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.HasPrf |
| commentId: P:OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.HasPrf |
| id: HasPrf |
| parent: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions |
| langs: |
| - csharp |
| - vb |
| name: HasPrf |
| nameWithType: VirtualAuthenticatorOptions.HasPrf |
| fullName: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.HasPrf |
| type: Property |
| source: |
| remote: |
| path: bazel-bin/dotnet/src/webdriver/cdp/v132/WebAuthn/VirtualAuthenticatorOptions.cs |
| branch: trunk |
| repo: https://github.com/SeleniumHQ/selenium |
| id: HasPrf |
| path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/WebAuthn/VirtualAuthenticatorOptions.cs |
| startLine: 72 |
| assemblies: |
| - WebDriver |
| namespace: OpenQA.Selenium.DevTools.V132.WebAuthn |
| summary: hasPrf |
| example: [] |
| syntax: |
| content: >- |
| [JsonPropertyName("hasPrf")] |
| |
| [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)] |
| |
| public bool? HasPrf { get; set; } |
| parameters: [] |
| return: |
| type: System.Nullable{System.Boolean} |
| content.vb: >- |
| <JsonPropertyName("hasPrf")> |
| |
| <JsonIgnore(Condition:=JsonIgnoreCondition.WhenWritingDefault)> |
| |
| Public Property HasPrf As Boolean? |
| overload: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.HasPrf* |
| attributes: |
| - type: System.Text.Json.Serialization.JsonPropertyNameAttribute |
| ctor: System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String) |
| arguments: |
| - type: System.String |
| value: hasPrf |
| - type: System.Text.Json.Serialization.JsonIgnoreAttribute |
| ctor: System.Text.Json.Serialization.JsonIgnoreAttribute.#ctor |
| arguments: [] |
| namedArguments: |
| - name: Condition |
| type: System.Text.Json.Serialization.JsonIgnoreCondition |
| value: 2 |
| - uid: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.AutomaticPresenceSimulation |
| commentId: P:OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.AutomaticPresenceSimulation |
| id: AutomaticPresenceSimulation |
| parent: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions |
| langs: |
| - csharp |
| - vb |
| name: AutomaticPresenceSimulation |
| nameWithType: VirtualAuthenticatorOptions.AutomaticPresenceSimulation |
| fullName: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.AutomaticPresenceSimulation |
| type: Property |
| source: |
| remote: |
| path: bazel-bin/dotnet/src/webdriver/cdp/v132/WebAuthn/VirtualAuthenticatorOptions.cs |
| branch: trunk |
| repo: https://github.com/SeleniumHQ/selenium |
| id: AutomaticPresenceSimulation |
| path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/WebAuthn/VirtualAuthenticatorOptions.cs |
| startLine: 79 |
| assemblies: |
| - WebDriver |
| namespace: OpenQA.Selenium.DevTools.V132.WebAuthn |
| summary: automaticPresenceSimulation |
| example: [] |
| syntax: |
| content: >- |
| [JsonPropertyName("automaticPresenceSimulation")] |
| |
| [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)] |
| |
| public bool? AutomaticPresenceSimulation { get; set; } |
| parameters: [] |
| return: |
| type: System.Nullable{System.Boolean} |
| content.vb: >- |
| <JsonPropertyName("automaticPresenceSimulation")> |
| |
| <JsonIgnore(Condition:=JsonIgnoreCondition.WhenWritingDefault)> |
| |
| Public Property AutomaticPresenceSimulation As Boolean? |
| overload: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.AutomaticPresenceSimulation* |
| attributes: |
| - type: System.Text.Json.Serialization.JsonPropertyNameAttribute |
| ctor: System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String) |
| arguments: |
| - type: System.String |
| value: automaticPresenceSimulation |
| - type: System.Text.Json.Serialization.JsonIgnoreAttribute |
| ctor: System.Text.Json.Serialization.JsonIgnoreAttribute.#ctor |
| arguments: [] |
| namedArguments: |
| - name: Condition |
| type: System.Text.Json.Serialization.JsonIgnoreCondition |
| value: 2 |
| - uid: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.IsUserVerified |
| commentId: P:OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.IsUserVerified |
| id: IsUserVerified |
| parent: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions |
| langs: |
| - csharp |
| - vb |
| name: IsUserVerified |
| nameWithType: VirtualAuthenticatorOptions.IsUserVerified |
| fullName: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.IsUserVerified |
| type: Property |
| source: |
| remote: |
| path: bazel-bin/dotnet/src/webdriver/cdp/v132/WebAuthn/VirtualAuthenticatorOptions.cs |
| branch: trunk |
| repo: https://github.com/SeleniumHQ/selenium |
| id: IsUserVerified |
| path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/WebAuthn/VirtualAuthenticatorOptions.cs |
| startLine: 86 |
| assemblies: |
| - WebDriver |
| namespace: OpenQA.Selenium.DevTools.V132.WebAuthn |
| summary: isUserVerified |
| example: [] |
| syntax: |
| content: >- |
| [JsonPropertyName("isUserVerified")] |
| |
| [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)] |
| |
| public bool? IsUserVerified { get; set; } |
| parameters: [] |
| return: |
| type: System.Nullable{System.Boolean} |
| content.vb: >- |
| <JsonPropertyName("isUserVerified")> |
| |
| <JsonIgnore(Condition:=JsonIgnoreCondition.WhenWritingDefault)> |
| |
| Public Property IsUserVerified As Boolean? |
| overload: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.IsUserVerified* |
| attributes: |
| - type: System.Text.Json.Serialization.JsonPropertyNameAttribute |
| ctor: System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String) |
| arguments: |
| - type: System.String |
| value: isUserVerified |
| - type: System.Text.Json.Serialization.JsonIgnoreAttribute |
| ctor: System.Text.Json.Serialization.JsonIgnoreAttribute.#ctor |
| arguments: [] |
| namedArguments: |
| - name: Condition |
| type: System.Text.Json.Serialization.JsonIgnoreCondition |
| value: 2 |
| - uid: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.DefaultBackupEligibility |
| commentId: P:OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.DefaultBackupEligibility |
| id: DefaultBackupEligibility |
| parent: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions |
| langs: |
| - csharp |
| - vb |
| name: DefaultBackupEligibility |
| nameWithType: VirtualAuthenticatorOptions.DefaultBackupEligibility |
| fullName: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.DefaultBackupEligibility |
| type: Property |
| source: |
| remote: |
| path: bazel-bin/dotnet/src/webdriver/cdp/v132/WebAuthn/VirtualAuthenticatorOptions.cs |
| branch: trunk |
| repo: https://github.com/SeleniumHQ/selenium |
| id: DefaultBackupEligibility |
| path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/WebAuthn/VirtualAuthenticatorOptions.cs |
| startLine: 93 |
| assemblies: |
| - WebDriver |
| namespace: OpenQA.Selenium.DevTools.V132.WebAuthn |
| summary: defaultBackupEligibility |
| example: [] |
| syntax: |
| content: >- |
| [JsonPropertyName("defaultBackupEligibility")] |
| |
| [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)] |
| |
| public bool? DefaultBackupEligibility { get; set; } |
| parameters: [] |
| return: |
| type: System.Nullable{System.Boolean} |
| content.vb: >- |
| <JsonPropertyName("defaultBackupEligibility")> |
| |
| <JsonIgnore(Condition:=JsonIgnoreCondition.WhenWritingDefault)> |
| |
| Public Property DefaultBackupEligibility As Boolean? |
| overload: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.DefaultBackupEligibility* |
| attributes: |
| - type: System.Text.Json.Serialization.JsonPropertyNameAttribute |
| ctor: System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String) |
| arguments: |
| - type: System.String |
| value: defaultBackupEligibility |
| - type: System.Text.Json.Serialization.JsonIgnoreAttribute |
| ctor: System.Text.Json.Serialization.JsonIgnoreAttribute.#ctor |
| arguments: [] |
| namedArguments: |
| - name: Condition |
| type: System.Text.Json.Serialization.JsonIgnoreCondition |
| value: 2 |
| - uid: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.DefaultBackupState |
| commentId: P:OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.DefaultBackupState |
| id: DefaultBackupState |
| parent: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions |
| langs: |
| - csharp |
| - vb |
| name: DefaultBackupState |
| nameWithType: VirtualAuthenticatorOptions.DefaultBackupState |
| fullName: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.DefaultBackupState |
| type: Property |
| source: |
| remote: |
| path: bazel-bin/dotnet/src/webdriver/cdp/v132/WebAuthn/VirtualAuthenticatorOptions.cs |
| branch: trunk |
| repo: https://github.com/SeleniumHQ/selenium |
| id: DefaultBackupState |
| path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/WebAuthn/VirtualAuthenticatorOptions.cs |
| startLine: 100 |
| assemblies: |
| - WebDriver |
| namespace: OpenQA.Selenium.DevTools.V132.WebAuthn |
| summary: defaultBackupState |
| example: [] |
| syntax: |
| content: >- |
| [JsonPropertyName("defaultBackupState")] |
| |
| [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)] |
| |
| public bool? DefaultBackupState { get; set; } |
| parameters: [] |
| return: |
| type: System.Nullable{System.Boolean} |
| content.vb: >- |
| <JsonPropertyName("defaultBackupState")> |
| |
| <JsonIgnore(Condition:=JsonIgnoreCondition.WhenWritingDefault)> |
| |
| Public Property DefaultBackupState As Boolean? |
| overload: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.DefaultBackupState* |
| attributes: |
| - type: System.Text.Json.Serialization.JsonPropertyNameAttribute |
| ctor: System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String) |
| arguments: |
| - type: System.String |
| value: defaultBackupState |
| - type: System.Text.Json.Serialization.JsonIgnoreAttribute |
| ctor: System.Text.Json.Serialization.JsonIgnoreAttribute.#ctor |
| arguments: [] |
| namedArguments: |
| - name: Condition |
| type: System.Text.Json.Serialization.JsonIgnoreCondition |
| value: 2 |
| references: |
| - uid: OpenQA.Selenium.DevTools.V132.WebAuthn |
| commentId: N:OpenQA.Selenium.DevTools.V132.WebAuthn |
| href: OpenQA.html |
| name: OpenQA.Selenium.DevTools.V132.WebAuthn |
| nameWithType: OpenQA.Selenium.DevTools.V132.WebAuthn |
| fullName: OpenQA.Selenium.DevTools.V132.WebAuthn |
| spec.csharp: |
| - uid: OpenQA |
| name: OpenQA |
| href: OpenQA.html |
| - name: . |
| - uid: OpenQA.Selenium |
| name: Selenium |
| href: OpenQA.Selenium.html |
| - name: . |
| - uid: OpenQA.Selenium.DevTools |
| name: DevTools |
| href: OpenQA.Selenium.DevTools.html |
| - name: . |
| - uid: OpenQA.Selenium.DevTools.V132 |
| name: V132 |
| href: OpenQA.Selenium.DevTools.V132.html |
| - name: . |
| - uid: OpenQA.Selenium.DevTools.V132.WebAuthn |
| name: WebAuthn |
| href: OpenQA.Selenium.DevTools.V132.WebAuthn.html |
| spec.vb: |
| - uid: OpenQA |
| name: OpenQA |
| href: OpenQA.html |
| - name: . |
| - uid: OpenQA.Selenium |
| name: Selenium |
| href: OpenQA.Selenium.html |
| - name: . |
| - uid: OpenQA.Selenium.DevTools |
| name: DevTools |
| href: OpenQA.Selenium.DevTools.html |
| - name: . |
| - uid: OpenQA.Selenium.DevTools.V132 |
| name: V132 |
| href: OpenQA.Selenium.DevTools.V132.html |
| - name: . |
| - uid: OpenQA.Selenium.DevTools.V132.WebAuthn |
| name: WebAuthn |
| href: OpenQA.Selenium.DevTools.V132.WebAuthn.html |
| - uid: System.Object |
| commentId: T:System.Object |
| parent: System |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object |
| name: object |
| nameWithType: object |
| fullName: object |
| nameWithType.vb: Object |
| fullName.vb: Object |
| name.vb: Object |
| - uid: System.Object.Equals(System.Object) |
| commentId: M:System.Object.Equals(System.Object) |
| parent: System.Object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) |
| name: Equals(object) |
| nameWithType: object.Equals(object) |
| fullName: object.Equals(object) |
| nameWithType.vb: Object.Equals(Object) |
| fullName.vb: Object.Equals(Object) |
| name.vb: Equals(Object) |
| spec.csharp: |
| - uid: System.Object.Equals(System.Object) |
| name: Equals |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) |
| - name: ( |
| - uid: System.Object |
| name: object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object |
| - name: ) |
| spec.vb: |
| - uid: System.Object.Equals(System.Object) |
| name: Equals |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) |
| - name: ( |
| - uid: System.Object |
| name: Object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object |
| - name: ) |
| - uid: System.Object.Equals(System.Object,System.Object) |
| commentId: M:System.Object.Equals(System.Object,System.Object) |
| parent: System.Object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) |
| name: Equals(object, object) |
| nameWithType: object.Equals(object, object) |
| fullName: object.Equals(object, object) |
| nameWithType.vb: Object.Equals(Object, Object) |
| fullName.vb: Object.Equals(Object, Object) |
| name.vb: Equals(Object, Object) |
| spec.csharp: |
| - uid: System.Object.Equals(System.Object,System.Object) |
| name: Equals |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) |
| - name: ( |
| - uid: System.Object |
| name: object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object |
| - name: ',' |
| - name: " " |
| - uid: System.Object |
| name: object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object |
| - name: ) |
| spec.vb: |
| - uid: System.Object.Equals(System.Object,System.Object) |
| name: Equals |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) |
| - name: ( |
| - uid: System.Object |
| name: Object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object |
| - name: ',' |
| - name: " " |
| - uid: System.Object |
| name: Object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object |
| - name: ) |
| - uid: System.Object.GetHashCode |
| commentId: M:System.Object.GetHashCode |
| parent: System.Object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode |
| name: GetHashCode() |
| nameWithType: object.GetHashCode() |
| fullName: object.GetHashCode() |
| nameWithType.vb: Object.GetHashCode() |
| fullName.vb: Object.GetHashCode() |
| spec.csharp: |
| - uid: System.Object.GetHashCode |
| name: GetHashCode |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode |
| - name: ( |
| - name: ) |
| spec.vb: |
| - uid: System.Object.GetHashCode |
| name: GetHashCode |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode |
| - name: ( |
| - name: ) |
| - uid: System.Object.GetType |
| commentId: M:System.Object.GetType |
| parent: System.Object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.gettype |
| name: GetType() |
| nameWithType: object.GetType() |
| fullName: object.GetType() |
| nameWithType.vb: Object.GetType() |
| fullName.vb: Object.GetType() |
| spec.csharp: |
| - uid: System.Object.GetType |
| name: GetType |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.gettype |
| - name: ( |
| - name: ) |
| spec.vb: |
| - uid: System.Object.GetType |
| name: GetType |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.gettype |
| - name: ( |
| - name: ) |
| - uid: System.Object.ReferenceEquals(System.Object,System.Object) |
| commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) |
| parent: System.Object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals |
| name: ReferenceEquals(object, object) |
| nameWithType: object.ReferenceEquals(object, object) |
| fullName: object.ReferenceEquals(object, object) |
| nameWithType.vb: Object.ReferenceEquals(Object, Object) |
| fullName.vb: Object.ReferenceEquals(Object, Object) |
| name.vb: ReferenceEquals(Object, Object) |
| spec.csharp: |
| - uid: System.Object.ReferenceEquals(System.Object,System.Object) |
| name: ReferenceEquals |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals |
| - name: ( |
| - uid: System.Object |
| name: object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object |
| - name: ',' |
| - name: " " |
| - uid: System.Object |
| name: object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object |
| - name: ) |
| spec.vb: |
| - uid: System.Object.ReferenceEquals(System.Object,System.Object) |
| name: ReferenceEquals |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals |
| - name: ( |
| - uid: System.Object |
| name: Object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object |
| - name: ',' |
| - name: " " |
| - uid: System.Object |
| name: Object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object |
| - name: ) |
| - uid: System.Object.ToString |
| commentId: M:System.Object.ToString |
| parent: System.Object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.tostring |
| name: ToString() |
| nameWithType: object.ToString() |
| fullName: object.ToString() |
| nameWithType.vb: Object.ToString() |
| fullName.vb: Object.ToString() |
| spec.csharp: |
| - uid: System.Object.ToString |
| name: ToString |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.tostring |
| - name: ( |
| - name: ) |
| spec.vb: |
| - uid: System.Object.ToString |
| name: ToString |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.tostring |
| - name: ( |
| - name: ) |
| - uid: System |
| commentId: N:System |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system |
| name: System |
| nameWithType: System |
| fullName: System |
| - uid: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.Protocol* |
| commentId: Overload:OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.Protocol |
| href: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.html#OpenQA_Selenium_DevTools_V132_WebAuthn_VirtualAuthenticatorOptions_Protocol |
| name: Protocol |
| nameWithType: VirtualAuthenticatorOptions.Protocol |
| fullName: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.Protocol |
| - uid: OpenQA.Selenium.DevTools.V132.WebAuthn.AuthenticatorProtocol |
| commentId: T:OpenQA.Selenium.DevTools.V132.WebAuthn.AuthenticatorProtocol |
| parent: OpenQA.Selenium.DevTools.V132.WebAuthn |
| href: OpenQA.Selenium.DevTools.V132.WebAuthn.AuthenticatorProtocol.html |
| name: AuthenticatorProtocol |
| nameWithType: AuthenticatorProtocol |
| fullName: OpenQA.Selenium.DevTools.V132.WebAuthn.AuthenticatorProtocol |
| - uid: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.Ctap2Version* |
| commentId: Overload:OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.Ctap2Version |
| href: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.html#OpenQA_Selenium_DevTools_V132_WebAuthn_VirtualAuthenticatorOptions_Ctap2Version |
| name: Ctap2Version |
| nameWithType: VirtualAuthenticatorOptions.Ctap2Version |
| fullName: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.Ctap2Version |
| - uid: System.Nullable{OpenQA.Selenium.DevTools.V132.WebAuthn.Ctap2Version} |
| commentId: T:System.Nullable{OpenQA.Selenium.DevTools.V132.WebAuthn.Ctap2Version} |
| parent: System |
| definition: System.Nullable`1 |
| href: OpenQA.Selenium.DevTools.V132.WebAuthn.Ctap2Version.html |
| name: Ctap2Version? |
| nameWithType: Ctap2Version? |
| fullName: OpenQA.Selenium.DevTools.V132.WebAuthn.Ctap2Version? |
| spec.csharp: |
| - uid: OpenQA.Selenium.DevTools.V132.WebAuthn.Ctap2Version |
| name: Ctap2Version |
| href: OpenQA.Selenium.DevTools.V132.WebAuthn.Ctap2Version.html |
| - name: '?' |
| spec.vb: |
| - uid: OpenQA.Selenium.DevTools.V132.WebAuthn.Ctap2Version |
| name: Ctap2Version |
| href: OpenQA.Selenium.DevTools.V132.WebAuthn.Ctap2Version.html |
| - name: '?' |
| - uid: System.Nullable`1 |
| commentId: T:System.Nullable`1 |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.nullable-1 |
| name: Nullable<T> |
| nameWithType: Nullable<T> |
| fullName: System.Nullable<T> |
| nameWithType.vb: Nullable(Of T) |
| fullName.vb: System.Nullable(Of T) |
| name.vb: Nullable(Of T) |
| spec.csharp: |
| - uid: System.Nullable`1 |
| name: Nullable |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.nullable-1 |
| - name: < |
| - name: T |
| - name: '>' |
| spec.vb: |
| - uid: System.Nullable`1 |
| name: Nullable |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.nullable-1 |
| - name: ( |
| - name: Of |
| - name: " " |
| - name: T |
| - name: ) |
| - uid: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.Transport* |
| commentId: Overload:OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.Transport |
| href: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.html#OpenQA_Selenium_DevTools_V132_WebAuthn_VirtualAuthenticatorOptions_Transport |
| name: Transport |
| nameWithType: VirtualAuthenticatorOptions.Transport |
| fullName: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.Transport |
| - uid: OpenQA.Selenium.DevTools.V132.WebAuthn.AuthenticatorTransport |
| commentId: T:OpenQA.Selenium.DevTools.V132.WebAuthn.AuthenticatorTransport |
| parent: OpenQA.Selenium.DevTools.V132.WebAuthn |
| href: OpenQA.Selenium.DevTools.V132.WebAuthn.AuthenticatorTransport.html |
| name: AuthenticatorTransport |
| nameWithType: AuthenticatorTransport |
| fullName: OpenQA.Selenium.DevTools.V132.WebAuthn.AuthenticatorTransport |
| - uid: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.HasResidentKey* |
| commentId: Overload:OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.HasResidentKey |
| href: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.html#OpenQA_Selenium_DevTools_V132_WebAuthn_VirtualAuthenticatorOptions_HasResidentKey |
| name: HasResidentKey |
| nameWithType: VirtualAuthenticatorOptions.HasResidentKey |
| fullName: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.HasResidentKey |
| - uid: System.Nullable{System.Boolean} |
| commentId: T:System.Nullable{System.Boolean} |
| parent: System |
| definition: System.Nullable`1 |
| href: https://learn.microsoft.com/dotnet/api/system.boolean |
| name: bool? |
| nameWithType: bool? |
| fullName: bool? |
| nameWithType.vb: Boolean? |
| fullName.vb: Boolean? |
| name.vb: Boolean? |
| spec.csharp: |
| - uid: System.Boolean |
| name: bool |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.boolean |
| - name: '?' |
| spec.vb: |
| - uid: System.Boolean |
| name: Boolean |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.boolean |
| - name: '?' |
| - uid: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.HasUserVerification* |
| commentId: Overload:OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.HasUserVerification |
| href: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.html#OpenQA_Selenium_DevTools_V132_WebAuthn_VirtualAuthenticatorOptions_HasUserVerification |
| name: HasUserVerification |
| nameWithType: VirtualAuthenticatorOptions.HasUserVerification |
| fullName: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.HasUserVerification |
| - uid: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.HasLargeBlob* |
| commentId: Overload:OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.HasLargeBlob |
| href: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.html#OpenQA_Selenium_DevTools_V132_WebAuthn_VirtualAuthenticatorOptions_HasLargeBlob |
| name: HasLargeBlob |
| nameWithType: VirtualAuthenticatorOptions.HasLargeBlob |
| fullName: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.HasLargeBlob |
| - uid: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.HasCredBlob* |
| commentId: Overload:OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.HasCredBlob |
| href: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.html#OpenQA_Selenium_DevTools_V132_WebAuthn_VirtualAuthenticatorOptions_HasCredBlob |
| name: HasCredBlob |
| nameWithType: VirtualAuthenticatorOptions.HasCredBlob |
| fullName: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.HasCredBlob |
| - uid: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.HasMinPinLength* |
| commentId: Overload:OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.HasMinPinLength |
| href: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.html#OpenQA_Selenium_DevTools_V132_WebAuthn_VirtualAuthenticatorOptions_HasMinPinLength |
| name: HasMinPinLength |
| nameWithType: VirtualAuthenticatorOptions.HasMinPinLength |
| fullName: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.HasMinPinLength |
| - uid: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.HasPrf* |
| commentId: Overload:OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.HasPrf |
| href: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.html#OpenQA_Selenium_DevTools_V132_WebAuthn_VirtualAuthenticatorOptions_HasPrf |
| name: HasPrf |
| nameWithType: VirtualAuthenticatorOptions.HasPrf |
| fullName: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.HasPrf |
| - uid: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.AutomaticPresenceSimulation* |
| commentId: Overload:OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.AutomaticPresenceSimulation |
| href: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.html#OpenQA_Selenium_DevTools_V132_WebAuthn_VirtualAuthenticatorOptions_AutomaticPresenceSimulation |
| name: AutomaticPresenceSimulation |
| nameWithType: VirtualAuthenticatorOptions.AutomaticPresenceSimulation |
| fullName: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.AutomaticPresenceSimulation |
| - uid: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.IsUserVerified* |
| commentId: Overload:OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.IsUserVerified |
| href: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.html#OpenQA_Selenium_DevTools_V132_WebAuthn_VirtualAuthenticatorOptions_IsUserVerified |
| name: IsUserVerified |
| nameWithType: VirtualAuthenticatorOptions.IsUserVerified |
| fullName: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.IsUserVerified |
| - uid: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.DefaultBackupEligibility* |
| commentId: Overload:OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.DefaultBackupEligibility |
| href: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.html#OpenQA_Selenium_DevTools_V132_WebAuthn_VirtualAuthenticatorOptions_DefaultBackupEligibility |
| name: DefaultBackupEligibility |
| nameWithType: VirtualAuthenticatorOptions.DefaultBackupEligibility |
| fullName: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.DefaultBackupEligibility |
| - uid: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.DefaultBackupState* |
| commentId: Overload:OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.DefaultBackupState |
| href: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.html#OpenQA_Selenium_DevTools_V132_WebAuthn_VirtualAuthenticatorOptions_DefaultBackupState |
| name: DefaultBackupState |
| nameWithType: VirtualAuthenticatorOptions.DefaultBackupState |
| fullName: OpenQA.Selenium.DevTools.V132.WebAuthn.VirtualAuthenticatorOptions.DefaultBackupState |