Class BeginTransactionRequestedEventArgs
- Namespace
- OpenQA.Selenium.DevTools.V148.SmartCardEmulation
- Assembly
- Selenium.WebDriver.dll
Fired when |SCardBeginTransaction| is called.
This maps to: PC/SC Lite: https://pcsclite.apdu.fr/api/group__API.html#gaddb835dce01a0da1d6ca02d33ee7d861 Microsoft: https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardbegintransaction
public sealed class BeginTransactionRequestedEventArgs : EventArgs
- Inheritance
-
BeginTransactionRequestedEventArgs
- Inherited Members
Properties
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; }