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