Class SetAttribRequestedEventArgs
- Namespace
- Selenium.WebDriver.BiDi.Cdp.SmartCardEmulation
- Assembly
- Selenium.WebDriver.BiDi.Cdp.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 record SetAttribRequestedEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<SetAttribRequestedEventArgs>
- Inheritance
-
EventArgsSetAttribRequestedEventArgs
- Implements
-
IEquatable<EventArgs>
- Inherited Members
-
EventArgs.ToString()EventArgs.GetHashCode()EventArgs.Equals(EventArgs)EventArgs.<Clone>$()EventArgs.BiDiEventArgs.AdditionalDataEventArgs.AdditionalMessageData
Constructors
SetAttribRequestedEventArgs(string, long, long, string)
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 SetAttribRequestedEventArgs(string RequestId, long Handle, long AttribId, string Data)
Parameters
Properties
AttribId
public long AttribId { get; init; }
Property Value
Data
public string Data { get; init; }
Property Value
Handle
public long Handle { get; init; }
Property Value
RequestId
public string RequestId { get; init; }