Class CancelRequestedEventArgs
- Namespace
- OpenQA.Selenium.DevTools.V146.SmartCardEmulation
- Assembly
- Selenium.WebDriver.dll
Fired when |SCardCancel| is called.
This maps to: PC/SC Lite: https://pcsclite.apdu.fr/api/group__API.html#gaacbbc0c6d6c0cbbeb4f4debf6fbeeee6 Microsoft: https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardcancel
public sealed class CancelRequestedEventArgs : EventArgs
- Inheritance
-
CancelRequestedEventArgs
- Inherited Members
Properties
ContextId
Gets or sets the contextId
[JsonPropertyName("contextId")]
public long ContextId { get; set; }
Property Value
RequestId
Gets or sets the requestId
[JsonPropertyName("requestId")]
public string RequestId { get; set; }