Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.24 KB

smartcardreader_getdeviceselector_1037956577.md

File metadata and controls

28 lines (20 loc) · 1.24 KB
-api-id -api-type
M:Windows.Devices.SmartCards.SmartCardReader.GetDeviceSelector(Windows.Devices.SmartCards.SmartCardReaderKind)
winrt method

Windows.Devices.SmartCards.SmartCardReader.GetDeviceSelector

-description

Returns an Advanced Query Syntax (AQS) string representing a set of a specific type of smart card readers connected to the device. This string is passed to the FindAllAsync method to enumerate the given set of smart card readers.

-parameters

-param kind

One of the enumeration values, representing a specific smart card reader type.

-returns

The Advanced Query Syntax (AQS) string representing a set of the specified type of smart card readers connected to the device.

-remarks

For info about AQS, see Using Advanced Query Syntax Programmatically.

-examples

-see-also

GetDeviceSelector, Create an NFC Smart Card app (applies to Windows 10 Mobile only)