SmartCardEmulatorConnectionProperties Class

Definition

Provides information about a smart card emulator connection to an NFC reader.

public ref class SmartCardEmulatorConnectionProperties sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.SmartCards.SmartCardEmulatorContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class SmartCardEmulatorConnectionProperties final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.SmartCards.SmartCardEmulatorContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class SmartCardEmulatorConnectionProperties
Public NotInheritable Class SmartCardEmulatorConnectionProperties
Inheritance
Object Platform::Object IInspectable SmartCardEmulatorConnectionProperties
Attributes

Windows requirements

Device family
Windows Mobile Extension SDK (introduced in 10.0.10240.0)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (introduced in v1.0)

Properties

Id

Gets the identifier for the connection.

Source

Gets an enum value indicating if the connection is to an NFC reader or something else.

Applies to

See also