Class ListReadersRequestedEventArgs
- Namespace
- OpenQA.Selenium.DevTools.V147.SmartCardEmulation
- Assembly
- Selenium.WebDriver.dll
Fired when |SCardListReaders| is called.
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 ListReadersRequestedEventArgs : EventArgs
- Inheritance
-
ListReadersRequestedEventArgs
- Inherited Members
Properties
ContextId
Gets or sets the contextId
[JsonPropertyName("contextId")]
public long ContextId { get; set; }
Property Value
RequestId
Gets or sets the requestId
[JsonPropertyName("requestId")]
public string RequestId { get; set; }