Class GetAttribRequestedEventArgs
- Namespace
- OpenQA.Selenium.DevTools.V148.SmartCardEmulation
- Assembly
- Selenium.WebDriver.dll
Fired when |SCardGetAttrib| is called.
This maps to: PC/SC Lite: https://pcsclite.apdu.fr/api/group__API.html#gaacfec51917255b7a25b94c5104961602 Microsoft: https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardgetattrib
public sealed class GetAttribRequestedEventArgs : EventArgs
- Inheritance
-
GetAttribRequestedEventArgs
- Inherited Members
Properties
AttribId
Gets or sets the attribId
[JsonPropertyName("attribId")]
public long AttribId { get; set; }
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; }