SmartCardEmulatorConnectionProperties SmartCardEmulatorConnectionProperties SmartCardEmulatorConnectionProperties SmartCardEmulatorConnectionProperties Class

Definition

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

public : sealed class SmartCardEmulatorConnectionProperties : ISmartCardEmulatorConnectionPropertiespublic sealed class SmartCardEmulatorConnectionProperties : ISmartCardEmulatorConnectionPropertiesPublic NotInheritable Class SmartCardEmulatorConnectionProperties Implements ISmartCardEmulatorConnectionProperties// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows Mobile Extension SDK (introduced v10.0.10240.0)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (introduced v1)

Properties

Id Id Id Id

Gets the identifier for the connection.

public : PlatForm::Guid Id { get; }public Guid Id { get; }Public ReadOnly Property Id As Guid// You can use this property in JavaScript.
Value
PlatForm::Guid Guid Guid Guid

The identifier for the connection.

See Also

Source Source Source Source

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

public : SmartCardEmulatorConnectionSource Source { get; }public SmartCardEmulatorConnectionSource Source { get; }Public ReadOnly Property Source As SmartCardEmulatorConnectionSource// You can use this property in JavaScript.
Value
SmartCardEmulatorConnectionSource SmartCardEmulatorConnectionSource SmartCardEmulatorConnectionSource SmartCardEmulatorConnectionSource

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

See Also

See Also