| <!DOCTYPE html> |
| <html> |
| <head> |
| <meta charset="utf-8"> |
| <title>Class SmartCardEmulationAdapter </title> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <meta name="title" content="Class SmartCardEmulationAdapter "> |
| |
| <meta name="description" content="Represents an adapter for the SmartCardEmulation domain to simplify the command interface."> |
| <link rel="icon" href="../images/favicon.ico"> |
| <link rel="stylesheet" href="../public/docfx.min.css"> |
| <link rel="stylesheet" href="../public/main.css"> |
| <meta name="docfx:navrel" content="../toc.html"> |
| <meta name="docfx:tocrel" content="toc.html"> |
| |
| <meta name="docfx:rel" content="../"> |
| |
| |
| <meta name="docfx:docurl" content="https://github.com/SeleniumHQ/selenium/new/docfix/apiSpec/new?filename=OpenQA_Selenium_DevTools_V146_SmartCardEmulation_SmartCardEmulationAdapter.md&value=---%0Auid%3A%20OpenQA.Selenium.DevTools.V146.SmartCardEmulation.SmartCardEmulationAdapter%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A"> |
| <meta name="loc:inThisArticle" content="In this article"> |
| <meta name="loc:searchResultsCount" content="{count} results for "{query}""> |
| <meta name="loc:searchNoResults" content="No results for "{query}""> |
| <meta name="loc:tocFilter" content="Filter by title"> |
| <meta name="loc:nextArticle" content="Next"> |
| <meta name="loc:prevArticle" content="Previous"> |
| <meta name="loc:themeLight" content="Light"> |
| <meta name="loc:themeDark" content="Dark"> |
| <meta name="loc:themeAuto" content="Auto"> |
| <meta name="loc:changeTheme" content="Change theme"> |
| <meta name="loc:copy" content="Copy"> |
| <meta name="loc:downloadPdf" content="Download PDF"> |
| |
| <script type="module" src="./../public/docfx.min.js"></script> |
| |
| <script> |
| const theme = localStorage.getItem('theme') || 'auto' |
| document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme) |
| </script> |
| |
| </head> |
| |
| <body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference"> |
| <header class="bg-body border-bottom"> |
| <nav id="autocollapse" class="navbar navbar-expand-md" role="navigation"> |
| <div class="container-xxl flex-nowrap"> |
| <a class="navbar-brand" href="../index.html"> |
| <img id="logo" class="svg" src="../images/logo.svg" alt="Selenium .NET API"> |
| Selenium .NET API |
| </a> |
| <button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation"> |
| <i class="bi bi-three-dots"></i> |
| </button> |
| <div class="collapse navbar-collapse" id="navpanel"> |
| <div id="navbar"> |
| <form class="search" role="search" id="search"> |
| <i class="bi bi-search"></i> |
| <input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search"> |
| </form> |
| </div> |
| </div> |
| </div> |
| </nav> |
| </header> |
| |
| <main class="container-xxl"> |
| <div class="toc-offcanvas"> |
| <div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel"> |
| <div class="offcanvas-header"> |
| <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5> |
| <button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button> |
| </div> |
| <div class="offcanvas-body"> |
| <nav class="toc" id="toc"></nav> |
| </div> |
| </div> |
| </div> |
| |
| <div class="content"> |
| <div class="actionbar"> |
| <button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents"> |
| <i class="bi bi-list"></i> |
| </button> |
| |
| <nav id="breadcrumb"></nav> |
| </div> |
| |
| <article data-uid="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.SmartCardEmulationAdapter"> |
| |
| |
| |
| <h1 id="OpenQA_Selenium_DevTools_V146_SmartCardEmulation_SmartCardEmulationAdapter" data-uid="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.SmartCardEmulationAdapter" class="text-break"> |
| Class SmartCardEmulationAdapter <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/docfix/bazel-bin/dotnet/src/webdriver/DevTools/v146/SmartCardEmulation/SmartCardEmulationAdapter.cs/#L16"><i class="bi bi-code-slash"></i></a> |
| </h1> |
| |
| <div class="facts text-secondary"> |
| <dl><dt>Namespace</dt><dd><a class="xref" href="OpenQA.html">OpenQA</a>.<a class="xref" href="OpenQA.Selenium.html">Selenium</a>.<a class="xref" href="OpenQA.Selenium.DevTools.html">DevTools</a>.<a class="xref" href="OpenQA.Selenium.DevTools.V146.html">V146</a>.<a class="xref" href="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.html">SmartCardEmulation</a></dd></dl> |
| <dl><dt>Assembly</dt><dd>Selenium.WebDriver.dll</dd></dl> |
| </div> |
| |
| <div class="markdown summary"><p>Represents an adapter for the SmartCardEmulation domain to simplify the command interface.</p> |
| </div> |
| <div class="markdown conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public class SmartCardEmulationAdapter</code></pre> |
| </div> |
| |
| |
| |
| |
| <dl class="typelist inheritance"> |
| <dt>Inheritance</dt> |
| <dd> |
| <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div> |
| <div><span class="xref">SmartCardEmulationAdapter</span></div> |
| </dd> |
| </dl> |
| |
| |
| |
| <dl class="typelist inheritedMembers"> |
| <dt>Inherited Members</dt> |
| <dd> |
| <div> |
| <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a> |
| </div> |
| <div> |
| <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a> |
| </div> |
| <div> |
| <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a> |
| </div> |
| <div> |
| <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a> |
| </div> |
| <div> |
| <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a> |
| </div> |
| <div> |
| <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a> |
| </div> |
| <div> |
| <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone">object.MemberwiseClone()</a> |
| </div> |
| </dd></dl> |
| |
| |
| |
| |
| |
| |
| <h2 class="section" id="constructors">Constructors |
| </h2> |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V146_SmartCardEmulation_SmartCardEmulationAdapter__ctor_" data-uid="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.SmartCardEmulationAdapter.#ctor*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V146_SmartCardEmulation_SmartCardEmulationAdapter__ctor_OpenQA_Selenium_DevTools_IDevToolsSession_" data-uid="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.SmartCardEmulationAdapter.#ctor(OpenQA.Selenium.DevTools.IDevToolsSession)"> |
| SmartCardEmulationAdapter(IDevToolsSession) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/docfix/bazel-bin/dotnet/src/webdriver/DevTools/v146/SmartCardEmulation/SmartCardEmulationAdapter.cs/#L26"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>Initializes a new instance of the SmartCardEmulationAdapter class.</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public SmartCardEmulationAdapter(IDevToolsSession session)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>session</code> <a class="xref" href="OpenQA.Selenium.DevTools.IDevToolsSession.html">IDevToolsSession</a></dt> |
| <dd><p>The IDevToolsSession to be used with this adapter.</p> |
| </dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <h4 class="section">Exceptions</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.argumentnullexception">ArgumentNullException</a></dt> |
| <dd><p>If <code class="paramref">session</code> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a>.</p> |
| </dd> |
| </dl> |
| |
| |
| |
| <h2 class="section" id="properties">Properties |
| </h2> |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V146_SmartCardEmulation_SmartCardEmulationAdapter_Session_" data-uid="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.SmartCardEmulationAdapter.Session*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V146_SmartCardEmulation_SmartCardEmulationAdapter_Session" data-uid="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.SmartCardEmulationAdapter.Session"> |
| Session |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/docfix/bazel-bin/dotnet/src/webdriver/DevTools/v146/SmartCardEmulation/SmartCardEmulationAdapter.cs/#L49"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>Gets the DevToolsSession associated with the adapter.</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public IDevToolsSession Session { get; }</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| <h4 class="section">Property Value</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.IDevToolsSession.html">IDevToolsSession</a></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <h2 class="section" id="methods">Methods |
| </h2> |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V146_SmartCardEmulation_SmartCardEmulationAdapter_Disable_" data-uid="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.SmartCardEmulationAdapter.Disable*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V146_SmartCardEmulation_SmartCardEmulationAdapter_Disable_OpenQA_Selenium_DevTools_V146_SmartCardEmulation_DisableCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.SmartCardEmulationAdapter.Disable(OpenQA.Selenium.DevTools.V146.SmartCardEmulation.DisableCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| Disable(DisableCommandSettings?, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/docfix/bazel-bin/dotnet/src/webdriver/DevTools/v146/SmartCardEmulation/SmartCardEmulationAdapter.cs/#L190"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>Disables the |SmartCardEmulation| domain.</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<DisableCommandResponse?> Disable(DisableCommandSettings? command = null, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.DisableCommandSettings.html">DisableCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.DisableCommandResponse.html">DisableCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V146_SmartCardEmulation_SmartCardEmulationAdapter_Enable_" data-uid="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.SmartCardEmulationAdapter.Enable*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V146_SmartCardEmulation_SmartCardEmulationAdapter_Enable_OpenQA_Selenium_DevTools_V146_SmartCardEmulation_EnableCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.SmartCardEmulationAdapter.Enable(OpenQA.Selenium.DevTools.V146.SmartCardEmulation.EnableCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| Enable(EnableCommandSettings?, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/docfix/bazel-bin/dotnet/src/webdriver/DevTools/v146/SmartCardEmulation/SmartCardEmulationAdapter.cs/#L182"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>Enables the |SmartCardEmulation| domain.</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<EnableCommandResponse?> Enable(EnableCommandSettings? command = null, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.EnableCommandSettings.html">EnableCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.EnableCommandResponse.html">EnableCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V146_SmartCardEmulation_SmartCardEmulationAdapter_ReportBeginTransactionResult_" data-uid="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.SmartCardEmulationAdapter.ReportBeginTransactionResult*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V146_SmartCardEmulation_SmartCardEmulationAdapter_ReportBeginTransactionResult_OpenQA_Selenium_DevTools_V146_SmartCardEmulation_ReportBeginTransactionResultCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.SmartCardEmulationAdapter.ReportBeginTransactionResult(OpenQA.Selenium.DevTools.V146.SmartCardEmulation.ReportBeginTransactionResultCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| ReportBeginTransactionResult(ReportBeginTransactionResultCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/docfix/bazel-bin/dotnet/src/webdriver/DevTools/v146/SmartCardEmulation/SmartCardEmulationAdapter.cs/#L251"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>Reports the result of a |SCardBeginTransaction| call. |
| On success, this creates a new transaction object.</p> |
| <p>This maps to: |
| PC/SC Lite: <a href="https://pcsclite.apdu.fr/api/group__API.html#gaddb835dce01a0da1d6ca02d33ee7d861">https://pcsclite.apdu.fr/api/group__API.html#gaddb835dce01a0da1d6ca02d33ee7d861</a> |
| Microsoft: <a href="https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardbegintransaction">https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardbegintransaction</a></p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<ReportBeginTransactionResultCommandResponse?> ReportBeginTransactionResult(ReportBeginTransactionResultCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.ReportBeginTransactionResultCommandSettings.html">ReportBeginTransactionResultCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.ReportBeginTransactionResultCommandResponse.html">ReportBeginTransactionResultCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V146_SmartCardEmulation_SmartCardEmulationAdapter_ReportConnectResult_" data-uid="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.SmartCardEmulationAdapter.ReportConnectResult*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V146_SmartCardEmulation_SmartCardEmulationAdapter_ReportConnectResult_OpenQA_Selenium_DevTools_V146_SmartCardEmulation_ReportConnectResultCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.SmartCardEmulationAdapter.ReportConnectResult(OpenQA.Selenium.DevTools.V146.SmartCardEmulation.ReportConnectResultCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| ReportConnectResult(ReportConnectResultCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/docfix/bazel-bin/dotnet/src/webdriver/DevTools/v146/SmartCardEmulation/SmartCardEmulationAdapter.cs/#L289"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>Reports the successful result of a |SCardConnect| call.</p> |
| <p>This maps to: |
| PC/SC Lite: <a href="https://pcsclite.apdu.fr/api/group__API.html#ga4e515829752e0a8dbc4d630696a8d6a5">https://pcsclite.apdu.fr/api/group__API.html#ga4e515829752e0a8dbc4d630696a8d6a5</a> |
| Microsoft: <a href="https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardconnecta">https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardconnecta</a></p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<ReportConnectResultCommandResponse?> ReportConnectResult(ReportConnectResultCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.ReportConnectResultCommandSettings.html">ReportConnectResultCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.ReportConnectResultCommandResponse.html">ReportConnectResultCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V146_SmartCardEmulation_SmartCardEmulationAdapter_ReportDataResult_" data-uid="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.SmartCardEmulationAdapter.ReportDataResult*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V146_SmartCardEmulation_SmartCardEmulationAdapter_ReportDataResult_OpenQA_Selenium_DevTools_V146_SmartCardEmulation_ReportDataResultCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.SmartCardEmulationAdapter.ReportDataResult(OpenQA.Selenium.DevTools.V146.SmartCardEmulation.ReportDataResultCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| ReportDataResult(ReportDataResultCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/docfix/bazel-bin/dotnet/src/webdriver/DevTools/v146/SmartCardEmulation/SmartCardEmulationAdapter.cs/#L311"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>Reports the successful result of a call that sends back data on success. |
| Used for |SCardTransmit|, |SCardControl|, and |SCardGetAttrib|.</p> |
| <p>This maps to:</p> |
| <ol> |
| <li><p>SCardTransmit |
| PC/SC Lite: <a href="https://pcsclite.apdu.fr/api/group__API.html#ga9a2d77242a271310269065e64633ab99">https://pcsclite.apdu.fr/api/group__API.html#ga9a2d77242a271310269065e64633ab99</a> |
| Microsoft: <a href="https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardtransmit">https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardtransmit</a></p> |
| </li> |
| <li><p>SCardControl |
| PC/SC Lite: <a href="https://pcsclite.apdu.fr/api/group__API.html#gac3454d4657110fd7f753b2d3d8f4e32f">https://pcsclite.apdu.fr/api/group__API.html#gac3454d4657110fd7f753b2d3d8f4e32f</a> |
| Microsoft: <a href="https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardcontrol">https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardcontrol</a></p> |
| </li> |
| <li><p>SCardGetAttrib |
| PC/SC Lite: <a href="https://pcsclite.apdu.fr/api/group__API.html#gaacfec51917255b7a25b94c5104961602">https://pcsclite.apdu.fr/api/group__API.html#gaacfec51917255b7a25b94c5104961602</a> |
| Microsoft: <a href="https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardgetattrib">https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardgetattrib</a></p> |
| </li> |
| </ol> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<ReportDataResultCommandResponse?> ReportDataResult(ReportDataResultCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.ReportDataResultCommandSettings.html">ReportDataResultCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.ReportDataResultCommandResponse.html">ReportDataResultCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V146_SmartCardEmulation_SmartCardEmulationAdapter_ReportError_" data-uid="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.SmartCardEmulationAdapter.ReportError*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V146_SmartCardEmulation_SmartCardEmulationAdapter_ReportError_OpenQA_Selenium_DevTools_V146_SmartCardEmulation_ReportErrorCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.SmartCardEmulationAdapter.ReportError(OpenQA.Selenium.DevTools.V146.SmartCardEmulation.ReportErrorCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| ReportError(ReportErrorCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/docfix/bazel-bin/dotnet/src/webdriver/DevTools/v146/SmartCardEmulation/SmartCardEmulationAdapter.cs/#L331"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>Reports an error result for the given request.</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<ReportErrorCommandResponse?> ReportError(ReportErrorCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.ReportErrorCommandSettings.html">ReportErrorCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.ReportErrorCommandResponse.html">ReportErrorCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V146_SmartCardEmulation_SmartCardEmulationAdapter_ReportEstablishContextResult_" data-uid="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.SmartCardEmulationAdapter.ReportEstablishContextResult*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V146_SmartCardEmulation_SmartCardEmulationAdapter_ReportEstablishContextResult_OpenQA_Selenium_DevTools_V146_SmartCardEmulation_ReportEstablishContextResultCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.SmartCardEmulationAdapter.ReportEstablishContextResult(OpenQA.Selenium.DevTools.V146.SmartCardEmulation.ReportEstablishContextResultCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| ReportEstablishContextResult(ReportEstablishContextResultCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/docfix/bazel-bin/dotnet/src/webdriver/DevTools/v146/SmartCardEmulation/SmartCardEmulationAdapter.cs/#L202"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>Reports the successful result of a |SCardEstablishContext| call.</p> |
| <p>This maps to: |
| PC/SC Lite: <a href="https://pcsclite.apdu.fr/api/group__API.html#gaa1b8970169fd4883a6dc4a8f43f19b67">https://pcsclite.apdu.fr/api/group__API.html#gaa1b8970169fd4883a6dc4a8f43f19b67</a> |
| Microsoft: <a href="https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardestablishcontext">https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardestablishcontext</a></p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<ReportEstablishContextResultCommandResponse?> ReportEstablishContextResult(ReportEstablishContextResultCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.ReportEstablishContextResultCommandSettings.html">ReportEstablishContextResultCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.ReportEstablishContextResultCommandResponse.html">ReportEstablishContextResultCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V146_SmartCardEmulation_SmartCardEmulationAdapter_ReportGetStatusChangeResult_" data-uid="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.SmartCardEmulationAdapter.ReportGetStatusChangeResult*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V146_SmartCardEmulation_SmartCardEmulationAdapter_ReportGetStatusChangeResult_OpenQA_Selenium_DevTools_V146_SmartCardEmulation_ReportGetStatusChangeResultCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.SmartCardEmulationAdapter.ReportGetStatusChangeResult(OpenQA.Selenium.DevTools.V146.SmartCardEmulation.ReportGetStatusChangeResultCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| ReportGetStatusChangeResult(ReportGetStatusChangeResultCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/docfix/bazel-bin/dotnet/src/webdriver/DevTools/v146/SmartCardEmulation/SmartCardEmulationAdapter.cs/#L238"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>Reports the successful result of a |SCardGetStatusChange| call.</p> |
| <p>This maps to: |
| PC/SC Lite: <a href="https://pcsclite.apdu.fr/api/group__API.html#ga33247d5d1257d59e55647c3bb717db24">https://pcsclite.apdu.fr/api/group__API.html#ga33247d5d1257d59e55647c3bb717db24</a> |
| Microsoft: <a href="https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardgetstatuschangea">https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardgetstatuschangea</a></p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<ReportGetStatusChangeResultCommandResponse?> ReportGetStatusChangeResult(ReportGetStatusChangeResultCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.ReportGetStatusChangeResultCommandSettings.html">ReportGetStatusChangeResultCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.ReportGetStatusChangeResultCommandResponse.html">ReportGetStatusChangeResultCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V146_SmartCardEmulation_SmartCardEmulationAdapter_ReportListReadersResult_" data-uid="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.SmartCardEmulationAdapter.ReportListReadersResult*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V146_SmartCardEmulation_SmartCardEmulationAdapter_ReportListReadersResult_OpenQA_Selenium_DevTools_V146_SmartCardEmulation_ReportListReadersResultCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.SmartCardEmulationAdapter.ReportListReadersResult(OpenQA.Selenium.DevTools.V146.SmartCardEmulation.ReportListReadersResultCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| ReportListReadersResult(ReportListReadersResultCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/docfix/bazel-bin/dotnet/src/webdriver/DevTools/v146/SmartCardEmulation/SmartCardEmulationAdapter.cs/#L226"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>Reports the successful result of a |SCardListReaders| call.</p> |
| <p>This maps to: |
| PC/SC Lite: <a href="https://pcsclite.apdu.fr/api/group__API.html#ga93b07815789b3cf2629d439ecf20f0d9">https://pcsclite.apdu.fr/api/group__API.html#ga93b07815789b3cf2629d439ecf20f0d9</a> |
| Microsoft: <a href="https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardlistreadersa">https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardlistreadersa</a></p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<ReportListReadersResultCommandResponse?> ReportListReadersResult(ReportListReadersResultCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.ReportListReadersResultCommandSettings.html">ReportListReadersResultCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.ReportListReadersResultCommandResponse.html">ReportListReadersResultCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V146_SmartCardEmulation_SmartCardEmulationAdapter_ReportPlainResult_" data-uid="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.SmartCardEmulationAdapter.ReportPlainResult*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V146_SmartCardEmulation_SmartCardEmulationAdapter_ReportPlainResult_OpenQA_Selenium_DevTools_V146_SmartCardEmulation_ReportPlainResultCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.SmartCardEmulationAdapter.ReportPlainResult(OpenQA.Selenium.DevTools.V146.SmartCardEmulation.ReportPlainResultCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| ReportPlainResult(ReportPlainResultCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/docfix/bazel-bin/dotnet/src/webdriver/DevTools/v146/SmartCardEmulation/SmartCardEmulationAdapter.cs/#L277"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>Reports the successful result of a call that returns only a result code. |
| Used for: |SCardCancel|, |SCardDisconnect|, |SCardSetAttrib|, |SCardEndTransaction|.</p> |
| <p>This maps to:</p> |
| <ol> |
| <li><p>SCardCancel |
| PC/SC Lite: <a href="https://pcsclite.apdu.fr/api/group__API.html#gaacbbc0c6d6c0cbbeb4f4debf6fbeeee6">https://pcsclite.apdu.fr/api/group__API.html#gaacbbc0c6d6c0cbbeb4f4debf6fbeeee6</a> |
| Microsoft: <a href="https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardcancel">https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardcancel</a></p> |
| </li> |
| <li><p>SCardDisconnect |
| PC/SC Lite: <a href="https://pcsclite.apdu.fr/api/group__API.html#ga4be198045c73ec0deb79e66c0ca1738a">https://pcsclite.apdu.fr/api/group__API.html#ga4be198045c73ec0deb79e66c0ca1738a</a> |
| Microsoft: <a href="https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scarddisconnect">https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scarddisconnect</a></p> |
| </li> |
| <li><p>SCardSetAttrib |
| PC/SC Lite: <a href="https://pcsclite.apdu.fr/api/group__API.html#ga060f0038a4ddfd5dd2b8fadf3c3a2e4f">https://pcsclite.apdu.fr/api/group__API.html#ga060f0038a4ddfd5dd2b8fadf3c3a2e4f</a> |
| Microsoft: <a href="https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardsetattrib">https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardsetattrib</a></p> |
| </li> |
| <li><p>SCardEndTransaction |
| PC/SC Lite: <a href="https://pcsclite.apdu.fr/api/group__API.html#gae8742473b404363e5c587f570d7e2f3b">https://pcsclite.apdu.fr/api/group__API.html#gae8742473b404363e5c587f570d7e2f3b</a> |
| Microsoft: <a href="https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardendtransaction">https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardendtransaction</a></p> |
| </li> |
| </ol> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<ReportPlainResultCommandResponse?> ReportPlainResult(ReportPlainResultCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.ReportPlainResultCommandSettings.html">ReportPlainResultCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.ReportPlainResultCommandResponse.html">ReportPlainResultCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V146_SmartCardEmulation_SmartCardEmulationAdapter_ReportReleaseContextResult_" data-uid="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.SmartCardEmulationAdapter.ReportReleaseContextResult*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V146_SmartCardEmulation_SmartCardEmulationAdapter_ReportReleaseContextResult_OpenQA_Selenium_DevTools_V146_SmartCardEmulation_ReportReleaseContextResultCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.SmartCardEmulationAdapter.ReportReleaseContextResult(OpenQA.Selenium.DevTools.V146.SmartCardEmulation.ReportReleaseContextResultCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| ReportReleaseContextResult(ReportReleaseContextResultCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/docfix/bazel-bin/dotnet/src/webdriver/DevTools/v146/SmartCardEmulation/SmartCardEmulationAdapter.cs/#L214"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>Reports the successful result of a |SCardReleaseContext| call.</p> |
| <p>This maps to: |
| PC/SC Lite: <a href="https://pcsclite.apdu.fr/api/group__API.html#ga6aabcba7744c5c9419fdd6404f73a934">https://pcsclite.apdu.fr/api/group__API.html#ga6aabcba7744c5c9419fdd6404f73a934</a> |
| Microsoft: <a href="https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardreleasecontext">https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardreleasecontext</a></p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<ReportReleaseContextResultCommandResponse?> ReportReleaseContextResult(ReportReleaseContextResultCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.ReportReleaseContextResultCommandSettings.html">ReportReleaseContextResultCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.ReportReleaseContextResultCommandResponse.html">ReportReleaseContextResultCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V146_SmartCardEmulation_SmartCardEmulationAdapter_ReportStatusResult_" data-uid="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.SmartCardEmulationAdapter.ReportStatusResult*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V146_SmartCardEmulation_SmartCardEmulationAdapter_ReportStatusResult_OpenQA_Selenium_DevTools_V146_SmartCardEmulation_ReportStatusResultCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.SmartCardEmulationAdapter.ReportStatusResult(OpenQA.Selenium.DevTools.V146.SmartCardEmulation.ReportStatusResultCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| ReportStatusResult(ReportStatusResultCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/docfix/bazel-bin/dotnet/src/webdriver/DevTools/v146/SmartCardEmulation/SmartCardEmulationAdapter.cs/#L323"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>Reports the successful result of a |SCardStatus| call.</p> |
| <p>This maps to: |
| PC/SC Lite: <a href="https://pcsclite.apdu.fr/api/group__API.html#gae49c3c894ad7ac12a5b896bde70d0382">https://pcsclite.apdu.fr/api/group__API.html#gae49c3c894ad7ac12a5b896bde70d0382</a> |
| Microsoft: <a href="https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardstatusa">https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardstatusa</a></p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<ReportStatusResultCommandResponse?> ReportStatusResult(ReportStatusResultCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.ReportStatusResultCommandSettings.html">ReportStatusResultCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.ReportStatusResultCommandResponse.html">ReportStatusResultCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <h2 class="section" id="events">Events |
| </h2> |
| |
| |
| |
| <h3 id="OpenQA_Selenium_DevTools_V146_SmartCardEmulation_SmartCardEmulationAdapter_BeginTransactionRequested" data-uid="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.SmartCardEmulationAdapter.BeginTransactionRequested"> |
| BeginTransactionRequested |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/docfix/bazel-bin/dotnet/src/webdriver/DevTools/v146/SmartCardEmulation/SmartCardEmulationAdapter.cs/#L166"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>Fired when |SCardBeginTransaction| is called.</p> |
| <p>This maps to: |
| PC/SC Lite: <a href="https://pcsclite.apdu.fr/api/group__API.html#gaddb835dce01a0da1d6ca02d33ee7d861">https://pcsclite.apdu.fr/api/group__API.html#gaddb835dce01a0da1d6ca02d33ee7d861</a> |
| Microsoft: <a href="https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardbegintransaction">https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardbegintransaction</a></p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public event EventHandler<BeginTransactionRequestedEventArgs>? BeginTransactionRequested</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| |
| <h4 class="section">Event Type</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventhandler-1">EventHandler</a><<a class="xref" href="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.BeginTransactionRequestedEventArgs.html">BeginTransactionRequestedEventArgs</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <h3 id="OpenQA_Selenium_DevTools_V146_SmartCardEmulation_SmartCardEmulationAdapter_CancelRequested" data-uid="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.SmartCardEmulationAdapter.CancelRequested"> |
| CancelRequested |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/docfix/bazel-bin/dotnet/src/webdriver/DevTools/v146/SmartCardEmulation/SmartCardEmulationAdapter.cs/#L94"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>Fired when |SCardCancel| is called.</p> |
| <p>This maps to: |
| PC/SC Lite: <a href="https://pcsclite.apdu.fr/api/group__API.html#gaacbbc0c6d6c0cbbeb4f4debf6fbeeee6">https://pcsclite.apdu.fr/api/group__API.html#gaacbbc0c6d6c0cbbeb4f4debf6fbeeee6</a> |
| Microsoft: <a href="https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardcancel">https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardcancel</a></p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public event EventHandler<CancelRequestedEventArgs>? CancelRequested</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| |
| <h4 class="section">Event Type</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventhandler-1">EventHandler</a><<a class="xref" href="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.CancelRequestedEventArgs.html">CancelRequestedEventArgs</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <h3 id="OpenQA_Selenium_DevTools_V146_SmartCardEmulation_SmartCardEmulationAdapter_ConnectRequested" data-uid="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.SmartCardEmulationAdapter.ConnectRequested"> |
| ConnectRequested |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/docfix/bazel-bin/dotnet/src/webdriver/DevTools/v146/SmartCardEmulation/SmartCardEmulationAdapter.cs/#L103"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>Fired when |SCardConnect| is called.</p> |
| <p>This maps to: |
| PC/SC Lite: <a href="https://pcsclite.apdu.fr/api/group__API.html#ga4e515829752e0a8dbc4d630696a8d6a5">https://pcsclite.apdu.fr/api/group__API.html#ga4e515829752e0a8dbc4d630696a8d6a5</a> |
| Microsoft: <a href="https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardconnecta">https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardconnecta</a></p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public event EventHandler<ConnectRequestedEventArgs>? ConnectRequested</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| |
| <h4 class="section">Event Type</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventhandler-1">EventHandler</a><<a class="xref" href="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.ConnectRequestedEventArgs.html">ConnectRequestedEventArgs</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <h3 id="OpenQA_Selenium_DevTools_V146_SmartCardEmulation_SmartCardEmulationAdapter_ControlRequested" data-uid="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.SmartCardEmulationAdapter.ControlRequested"> |
| ControlRequested |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/docfix/bazel-bin/dotnet/src/webdriver/DevTools/v146/SmartCardEmulation/SmartCardEmulationAdapter.cs/#L130"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>Fired when |SCardControl| is called.</p> |
| <p>This maps to: |
| PC/SC Lite: <a href="https://pcsclite.apdu.fr/api/group__API.html#gac3454d4657110fd7f753b2d3d8f4e32f">https://pcsclite.apdu.fr/api/group__API.html#gac3454d4657110fd7f753b2d3d8f4e32f</a> |
| Microsoft: <a href="https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardcontrol">https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardcontrol</a></p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public event EventHandler<ControlRequestedEventArgs>? ControlRequested</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| |
| <h4 class="section">Event Type</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventhandler-1">EventHandler</a><<a class="xref" href="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.ControlRequestedEventArgs.html">ControlRequestedEventArgs</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <h3 id="OpenQA_Selenium_DevTools_V146_SmartCardEmulation_SmartCardEmulationAdapter_DisconnectRequested" data-uid="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.SmartCardEmulationAdapter.DisconnectRequested"> |
| DisconnectRequested |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/docfix/bazel-bin/dotnet/src/webdriver/DevTools/v146/SmartCardEmulation/SmartCardEmulationAdapter.cs/#L112"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>Fired when |SCardDisconnect| is called.</p> |
| <p>This maps to: |
| PC/SC Lite: <a href="https://pcsclite.apdu.fr/api/group__API.html#ga4be198045c73ec0deb79e66c0ca1738a">https://pcsclite.apdu.fr/api/group__API.html#ga4be198045c73ec0deb79e66c0ca1738a</a> |
| Microsoft: <a href="https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scarddisconnect">https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scarddisconnect</a></p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public event EventHandler<DisconnectRequestedEventArgs>? DisconnectRequested</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| |
| <h4 class="section">Event Type</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventhandler-1">EventHandler</a><<a class="xref" href="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.DisconnectRequestedEventArgs.html">DisconnectRequestedEventArgs</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <h3 id="OpenQA_Selenium_DevTools_V146_SmartCardEmulation_SmartCardEmulationAdapter_EndTransactionRequested" data-uid="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.SmartCardEmulationAdapter.EndTransactionRequested"> |
| EndTransactionRequested |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/docfix/bazel-bin/dotnet/src/webdriver/DevTools/v146/SmartCardEmulation/SmartCardEmulationAdapter.cs/#L175"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>Fired when |SCardEndTransaction| is called.</p> |
| <p>This maps to: |
| PC/SC Lite: <a href="https://pcsclite.apdu.fr/api/group__API.html#gae8742473b404363e5c587f570d7e2f3b">https://pcsclite.apdu.fr/api/group__API.html#gae8742473b404363e5c587f570d7e2f3b</a> |
| Microsoft: <a href="https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardendtransaction">https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardendtransaction</a></p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public event EventHandler<EndTransactionRequestedEventArgs>? EndTransactionRequested</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| |
| <h4 class="section">Event Type</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventhandler-1">EventHandler</a><<a class="xref" href="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.EndTransactionRequestedEventArgs.html">EndTransactionRequestedEventArgs</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <h3 id="OpenQA_Selenium_DevTools_V146_SmartCardEmulation_SmartCardEmulationAdapter_EstablishContextRequested" data-uid="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.SmartCardEmulationAdapter.EstablishContextRequested"> |
| EstablishContextRequested |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/docfix/bazel-bin/dotnet/src/webdriver/DevTools/v146/SmartCardEmulation/SmartCardEmulationAdapter.cs/#L58"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>Fired when |SCardEstablishContext| is called.</p> |
| <p>This maps to: |
| PC/SC Lite: <a href="https://pcsclite.apdu.fr/api/group__API.html#gaa1b8970169fd4883a6dc4a8f43f19b67">https://pcsclite.apdu.fr/api/group__API.html#gaa1b8970169fd4883a6dc4a8f43f19b67</a> |
| Microsoft: <a href="https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardestablishcontext">https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardestablishcontext</a></p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public event EventHandler<EstablishContextRequestedEventArgs>? EstablishContextRequested</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| |
| <h4 class="section">Event Type</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventhandler-1">EventHandler</a><<a class="xref" href="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.EstablishContextRequestedEventArgs.html">EstablishContextRequestedEventArgs</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <h3 id="OpenQA_Selenium_DevTools_V146_SmartCardEmulation_SmartCardEmulationAdapter_GetAttribRequested" data-uid="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.SmartCardEmulationAdapter.GetAttribRequested"> |
| GetAttribRequested |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/docfix/bazel-bin/dotnet/src/webdriver/DevTools/v146/SmartCardEmulation/SmartCardEmulationAdapter.cs/#L139"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>Fired when |SCardGetAttrib| is called.</p> |
| <p>This maps to: |
| PC/SC Lite: <a href="https://pcsclite.apdu.fr/api/group__API.html#gaacfec51917255b7a25b94c5104961602">https://pcsclite.apdu.fr/api/group__API.html#gaacfec51917255b7a25b94c5104961602</a> |
| Microsoft: <a href="https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardgetattrib">https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardgetattrib</a></p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public event EventHandler<GetAttribRequestedEventArgs>? GetAttribRequested</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| |
| <h4 class="section">Event Type</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventhandler-1">EventHandler</a><<a class="xref" href="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.GetAttribRequestedEventArgs.html">GetAttribRequestedEventArgs</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <h3 id="OpenQA_Selenium_DevTools_V146_SmartCardEmulation_SmartCardEmulationAdapter_GetStatusChangeRequested" data-uid="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.SmartCardEmulationAdapter.GetStatusChangeRequested"> |
| GetStatusChangeRequested |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/docfix/bazel-bin/dotnet/src/webdriver/DevTools/v146/SmartCardEmulation/SmartCardEmulationAdapter.cs/#L85"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>Fired when |SCardGetStatusChange| is called. Timeout is specified in milliseconds.</p> |
| <p>This maps to: |
| PC/SC Lite: <a href="https://pcsclite.apdu.fr/api/group__API.html#ga33247d5d1257d59e55647c3bb717db24">https://pcsclite.apdu.fr/api/group__API.html#ga33247d5d1257d59e55647c3bb717db24</a> |
| Microsoft: <a href="https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardgetstatuschangea">https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardgetstatuschangea</a></p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public event EventHandler<GetStatusChangeRequestedEventArgs>? GetStatusChangeRequested</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| |
| <h4 class="section">Event Type</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventhandler-1">EventHandler</a><<a class="xref" href="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.GetStatusChangeRequestedEventArgs.html">GetStatusChangeRequestedEventArgs</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <h3 id="OpenQA_Selenium_DevTools_V146_SmartCardEmulation_SmartCardEmulationAdapter_ListReadersRequested" data-uid="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.SmartCardEmulationAdapter.ListReadersRequested"> |
| ListReadersRequested |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/docfix/bazel-bin/dotnet/src/webdriver/DevTools/v146/SmartCardEmulation/SmartCardEmulationAdapter.cs/#L76"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>Fired when |SCardListReaders| is called.</p> |
| <p>This maps to: |
| PC/SC Lite: <a href="https://pcsclite.apdu.fr/api/group__API.html#ga93b07815789b3cf2629d439ecf20f0d9">https://pcsclite.apdu.fr/api/group__API.html#ga93b07815789b3cf2629d439ecf20f0d9</a> |
| Microsoft: <a href="https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardlistreadersa">https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardlistreadersa</a></p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public event EventHandler<ListReadersRequestedEventArgs>? ListReadersRequested</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| |
| <h4 class="section">Event Type</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventhandler-1">EventHandler</a><<a class="xref" href="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.ListReadersRequestedEventArgs.html">ListReadersRequestedEventArgs</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <h3 id="OpenQA_Selenium_DevTools_V146_SmartCardEmulation_SmartCardEmulationAdapter_ReleaseContextRequested" data-uid="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.SmartCardEmulationAdapter.ReleaseContextRequested"> |
| ReleaseContextRequested |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/docfix/bazel-bin/dotnet/src/webdriver/DevTools/v146/SmartCardEmulation/SmartCardEmulationAdapter.cs/#L67"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>Fired when |SCardReleaseContext| is called.</p> |
| <p>This maps to: |
| PC/SC Lite: <a href="https://pcsclite.apdu.fr/api/group__API.html#ga6aabcba7744c5c9419fdd6404f73a934">https://pcsclite.apdu.fr/api/group__API.html#ga6aabcba7744c5c9419fdd6404f73a934</a> |
| Microsoft: <a href="https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardreleasecontext">https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardreleasecontext</a></p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public event EventHandler<ReleaseContextRequestedEventArgs>? ReleaseContextRequested</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| |
| <h4 class="section">Event Type</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventhandler-1">EventHandler</a><<a class="xref" href="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.ReleaseContextRequestedEventArgs.html">ReleaseContextRequestedEventArgs</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <h3 id="OpenQA_Selenium_DevTools_V146_SmartCardEmulation_SmartCardEmulationAdapter_SetAttribRequested" data-uid="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.SmartCardEmulationAdapter.SetAttribRequested"> |
| SetAttribRequested |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/docfix/bazel-bin/dotnet/src/webdriver/DevTools/v146/SmartCardEmulation/SmartCardEmulationAdapter.cs/#L148"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>Fired when |SCardSetAttrib| is called.</p> |
| <p>This maps to: |
| PC/SC Lite: <a href="https://pcsclite.apdu.fr/api/group__API.html#ga060f0038a4ddfd5dd2b8fadf3c3a2e4f">https://pcsclite.apdu.fr/api/group__API.html#ga060f0038a4ddfd5dd2b8fadf3c3a2e4f</a> |
| Microsoft: <a href="https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardsetattrib">https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardsetattrib</a></p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public event EventHandler<SetAttribRequestedEventArgs>? SetAttribRequested</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| |
| <h4 class="section">Event Type</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventhandler-1">EventHandler</a><<a class="xref" href="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.SetAttribRequestedEventArgs.html">SetAttribRequestedEventArgs</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <h3 id="OpenQA_Selenium_DevTools_V146_SmartCardEmulation_SmartCardEmulationAdapter_StatusRequested" data-uid="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.SmartCardEmulationAdapter.StatusRequested"> |
| StatusRequested |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/docfix/bazel-bin/dotnet/src/webdriver/DevTools/v146/SmartCardEmulation/SmartCardEmulationAdapter.cs/#L157"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>Fired when |SCardStatus| is called.</p> |
| <p>This maps to: |
| PC/SC Lite: <a href="https://pcsclite.apdu.fr/api/group__API.html#gae49c3c894ad7ac12a5b896bde70d0382">https://pcsclite.apdu.fr/api/group__API.html#gae49c3c894ad7ac12a5b896bde70d0382</a> |
| Microsoft: <a href="https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardstatusa">https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardstatusa</a></p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public event EventHandler<StatusRequestedEventArgs>? StatusRequested</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| |
| <h4 class="section">Event Type</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventhandler-1">EventHandler</a><<a class="xref" href="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.StatusRequestedEventArgs.html">StatusRequestedEventArgs</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <h3 id="OpenQA_Selenium_DevTools_V146_SmartCardEmulation_SmartCardEmulationAdapter_TransmitRequested" data-uid="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.SmartCardEmulationAdapter.TransmitRequested"> |
| TransmitRequested |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/docfix/bazel-bin/dotnet/src/webdriver/DevTools/v146/SmartCardEmulation/SmartCardEmulationAdapter.cs/#L121"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>Fired when |SCardTransmit| is called.</p> |
| <p>This maps to: |
| PC/SC Lite: <a href="https://pcsclite.apdu.fr/api/group__API.html#ga9a2d77242a271310269065e64633ab99">https://pcsclite.apdu.fr/api/group__API.html#ga9a2d77242a271310269065e64633ab99</a> |
| Microsoft: <a href="https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardtransmit">https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardtransmit</a></p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public event EventHandler<TransmitRequestedEventArgs>? TransmitRequested</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| |
| <h4 class="section">Event Type</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventhandler-1">EventHandler</a><<a class="xref" href="OpenQA.Selenium.DevTools.V146.SmartCardEmulation.TransmitRequestedEventArgs.html">TransmitRequestedEventArgs</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| </article> |
| |
| <div class="contribution d-print-none"> |
| <a href="https://github.com/SeleniumHQ/selenium/blob/docfix/bazel-bin/dotnet/src/webdriver/DevTools/v146/SmartCardEmulation/SmartCardEmulationAdapter.cs/#L16" class="edit-link">Edit this page</a> |
| </div> |
| |
| |
| </div> |
| |
| <div class="affix"> |
| <nav id="affix"></nav> |
| </div> |
| </main> |
| |
| <div class="container-xxl search-results" id="search-results"></div> |
| |
| <footer class="border-top text-secondary"> |
| <div class="container-xxl"> |
| <div class="flex-fill"> |
| <span>Made with <a href="https://dotnet.github.io/docfx">docfx</a></span> |
| </div> |
| </div> |
| </footer> |
| </body> |
| </html> |