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