Share via


SmartCardAppletIdGroupRegistration.SmartCardReaderId Property

Definition

Gets the ID of any SmartCardReader associated with a secure element. You can pass this ID to SmartCardReader.FromIdAsync.

public:
 property Platform::String ^ SmartCardReaderId { Platform::String ^ get(); };
winrt::hstring SmartCardReaderId();
public string SmartCardReaderId { get; }
var string = smartCardAppletIdGroupRegistration.smartCardReaderId;
Public ReadOnly Property SmartCardReaderId As String

Property Value

String

Platform::String

winrt::hstring

A string containing the ID of any SmartCardReader associated with a secure element.

Windows requirements

Device family
Windows 10, version 1809 (introduced in 10.0.17763.0)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (introduced in v6.0)

Remarks

Some secure element types—for example, an embedded secure element (eSE), or a SIM card (UICC)—have a smartcard reader associated with them. If a registration's secure element is associated with a smartcard reader, then SmartCardReaderId provides the ID of that reader.

Applies to