Class ReportReleaseContextResultCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V146.SmartCardEmulation
- Assembly
- Selenium.WebDriver.dll
Reports the successful result of a |SCardReleaseContext| call.
This maps to: PC/SC Lite: https://pcsclite.apdu.fr/api/group__API.html#ga6aabcba7744c5c9419fdd6404f73a934 Microsoft: https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardreleasecontext
public sealed class ReportReleaseContextResultCommandSettings : ICommand
- Inheritance
-
ReportReleaseContextResultCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
RequestId
Gets or sets the requestId
[JsonPropertyName("requestId")]
public string RequestId { get; set; }