SmartCardReader.DeviceId Property

Definition

Gets the smart card reader's device ID.

public:
 property Platform::String ^ DeviceId { Platform::String ^ get(); };
winrt::hstring DeviceId();
public string DeviceId { get; }
var string = smartCardReader.deviceId;
Public ReadOnly Property DeviceId As String

Property Value

String

Platform::String

winrt::hstring

The smart card reader's device ID.

Applies to

See also