SmartCardAppletIdGroupRegistration.SmartCardReaderId 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 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
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.