SmartCardEmulatorApduReceivedEventArgs.ConnectionProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the connection properties of the smart card emulator.
public:
property SmartCardEmulatorConnectionProperties ^ ConnectionProperties { SmartCardEmulatorConnectionProperties ^ get(); };
SmartCardEmulatorConnectionProperties ConnectionProperties();
public SmartCardEmulatorConnectionProperties ConnectionProperties { get; }
var smartCardEmulatorConnectionProperties = smartCardEmulatorApduReceivedEventArgs.connectionProperties;
Public ReadOnly Property ConnectionProperties As SmartCardEmulatorConnectionProperties
Property Value
The connection properties of the smart card emulator.