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