Class ReportConnectResultCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V146.SmartCardEmulation
- Assembly
- Selenium.WebDriver.dll
Reports the successful result of a |SCardConnect| call.
This maps to: PC/SC Lite: https://pcsclite.apdu.fr/api/group__API.html#ga4e515829752e0a8dbc4d630696a8d6a5 Microsoft: https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardconnecta
public sealed class ReportConnectResultCommandSettings : ICommand
- Inheritance
-
ReportConnectResultCommandSettings
- Implements
- Inherited Members
Properties
ActiveProtocol
Gets or sets the activeProtocol
[JsonPropertyName("activeProtocol")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Protocol? ActiveProtocol { get; set; }
Property Value
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Handle
Gets or sets the handle
[JsonPropertyName("handle")]
public long Handle { get; set; }
Property Value
RequestId
Gets or sets the requestId
[JsonPropertyName("requestId")]
public string RequestId { get; set; }