Class ReportListReadersResultCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V146.SmartCardEmulation
- Assembly
- Selenium.WebDriver.dll
Reports the successful result of a |SCardListReaders| call.
This maps to: PC/SC Lite: https://pcsclite.apdu.fr/api/group__API.html#ga93b07815789b3cf2629d439ecf20f0d9 Microsoft: https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardlistreadersa
public sealed class ReportListReadersResultCommandSettings : ICommand
- Inheritance
-
ReportListReadersResultCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Readers
Gets or sets the readers
[JsonPropertyName("readers")]
public string[] Readers { get; set; }
Property Value
- string[]
RequestId
Gets or sets the requestId
[JsonPropertyName("requestId")]
public string RequestId { get; set; }