Table of Contents

Class ReportBeginTransactionResultCommandSettings

Namespace
OpenQA.Selenium.DevTools.V147.SmartCardEmulation
Assembly
Selenium.WebDriver.dll

Reports the result of a |SCardBeginTransaction| call. On success, this creates a new transaction object.

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 ReportBeginTransactionResultCommandSettings : ICommand
Inheritance
ReportBeginTransactionResultCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Handle

Gets or sets the handle

[JsonPropertyName("handle")]
public long Handle { get; set; }

Property Value

long

RequestId

Gets or sets the requestId

[JsonPropertyName("requestId")]
public string RequestId { get; set; }

Property Value

string