| ### YamlMime:ManagedReference |
| items: |
| - uid: OpenQA.Selenium.VirtualAuth.VirtualAuthenticatorOptions.Protocol |
| commentId: T:OpenQA.Selenium.VirtualAuth.VirtualAuthenticatorOptions.Protocol |
| id: VirtualAuthenticatorOptions.Protocol |
| parent: OpenQA.Selenium.VirtualAuth |
| children: |
| - OpenQA.Selenium.VirtualAuth.VirtualAuthenticatorOptions.Protocol.CTAP2 |
| - OpenQA.Selenium.VirtualAuth.VirtualAuthenticatorOptions.Protocol.U2F |
| langs: |
| - csharp |
| - vb |
| name: VirtualAuthenticatorOptions.Protocol |
| nameWithType: VirtualAuthenticatorOptions.Protocol |
| fullName: OpenQA.Selenium.VirtualAuth.VirtualAuthenticatorOptions.Protocol |
| type: Class |
| source: |
| remote: |
| path: dotnet/src/webdriver/VirtualAuth/VirtualAuthenticatorOptions.cs |
| branch: trunk |
| repo: https://github.com/SeleniumHQ/selenium |
| id: Protocol |
| path: ../src/webdriver/VirtualAuth/VirtualAuthenticatorOptions.cs |
| startLine: 33 |
| assemblies: |
| - WebDriver |
| namespace: OpenQA.Selenium.VirtualAuth |
| summary: The protocol to use for the virtual authenticator. |
| example: [] |
| syntax: |
| content: public static class VirtualAuthenticatorOptions.Protocol |
| content.vb: Public Module VirtualAuthenticatorOptions.Protocol |
| inheritance: |
| - System.Object |
| inheritedMembers: |
| - System.Object.Equals(System.Object) |
| - System.Object.Equals(System.Object,System.Object) |
| - System.Object.GetHashCode |
| - System.Object.GetType |
| - System.Object.MemberwiseClone |
| - System.Object.ReferenceEquals(System.Object,System.Object) |
| - System.Object.ToString |
| - uid: OpenQA.Selenium.VirtualAuth.VirtualAuthenticatorOptions.Protocol.CTAP2 |
| commentId: F:OpenQA.Selenium.VirtualAuth.VirtualAuthenticatorOptions.Protocol.CTAP2 |
| id: CTAP2 |
| parent: OpenQA.Selenium.VirtualAuth.VirtualAuthenticatorOptions.Protocol |
| langs: |
| - csharp |
| - vb |
| name: CTAP2 |
| nameWithType: VirtualAuthenticatorOptions.Protocol.CTAP2 |
| fullName: OpenQA.Selenium.VirtualAuth.VirtualAuthenticatorOptions.Protocol.CTAP2 |
| type: Field |
| source: |
| remote: |
| path: dotnet/src/webdriver/VirtualAuth/VirtualAuthenticatorOptions.cs |
| branch: trunk |
| repo: https://github.com/SeleniumHQ/selenium |
| id: CTAP2 |
| path: ../src/webdriver/VirtualAuth/VirtualAuthenticatorOptions.cs |
| startLine: 38 |
| assemblies: |
| - WebDriver |
| namespace: OpenQA.Selenium.VirtualAuth |
| summary: Value representing the CTAP2 protocol. |
| example: [] |
| syntax: |
| content: public static readonly string CTAP2 |
| return: |
| type: System.String |
| content.vb: Public Shared ReadOnly CTAP2 As String |
| - uid: OpenQA.Selenium.VirtualAuth.VirtualAuthenticatorOptions.Protocol.U2F |
| commentId: F:OpenQA.Selenium.VirtualAuth.VirtualAuthenticatorOptions.Protocol.U2F |
| id: U2F |
| parent: OpenQA.Selenium.VirtualAuth.VirtualAuthenticatorOptions.Protocol |
| langs: |
| - csharp |
| - vb |
| name: U2F |
| nameWithType: VirtualAuthenticatorOptions.Protocol.U2F |
| fullName: OpenQA.Selenium.VirtualAuth.VirtualAuthenticatorOptions.Protocol.U2F |
| type: Field |
| source: |
| remote: |
| path: dotnet/src/webdriver/VirtualAuth/VirtualAuthenticatorOptions.cs |
| branch: trunk |
| repo: https://github.com/SeleniumHQ/selenium |
| id: U2F |
| path: ../src/webdriver/VirtualAuth/VirtualAuthenticatorOptions.cs |
| startLine: 43 |
| assemblies: |
| - WebDriver |
| namespace: OpenQA.Selenium.VirtualAuth |
| summary: Value representing the U2F protocol. |
| example: [] |
| syntax: |
| content: public static readonly string U2F |
| return: |
| type: System.String |
| content.vb: Public Shared ReadOnly U2F As String |
| references: |
| - uid: OpenQA.Selenium.VirtualAuth |
| commentId: N:OpenQA.Selenium.VirtualAuth |
| href: OpenQA.html |
| name: OpenQA.Selenium.VirtualAuth |
| nameWithType: OpenQA.Selenium.VirtualAuth |
| fullName: OpenQA.Selenium.VirtualAuth |
| spec.csharp: |
| - uid: OpenQA |
| name: OpenQA |
| href: OpenQA.html |
| - name: . |
| - uid: OpenQA.Selenium |
| name: Selenium |
| href: OpenQA.Selenium.html |
| - name: . |
| - uid: OpenQA.Selenium.VirtualAuth |
| name: VirtualAuth |
| href: OpenQA.Selenium.VirtualAuth.html |
| spec.vb: |
| - uid: OpenQA |
| name: OpenQA |
| href: OpenQA.html |
| - name: . |
| - uid: OpenQA.Selenium |
| name: Selenium |
| href: OpenQA.Selenium.html |
| - name: . |
| - uid: OpenQA.Selenium.VirtualAuth |
| name: VirtualAuth |
| href: OpenQA.Selenium.VirtualAuth.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.MemberwiseClone |
| commentId: M:System.Object.MemberwiseClone |
| parent: System.Object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone |
| name: MemberwiseClone() |
| nameWithType: object.MemberwiseClone() |
| fullName: object.MemberwiseClone() |
| nameWithType.vb: Object.MemberwiseClone() |
| fullName.vb: Object.MemberwiseClone() |
| spec.csharp: |
| - uid: System.Object.MemberwiseClone |
| name: MemberwiseClone |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone |
| - name: ( |
| - name: ) |
| spec.vb: |
| - uid: System.Object.MemberwiseClone |
| name: MemberwiseClone |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone |
| - 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: System.String |
| commentId: T:System.String |
| parent: System |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.string |
| name: string |
| nameWithType: string |
| fullName: string |
| nameWithType.vb: String |
| fullName.vb: String |
| name.vb: String |