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