SmartCardReader.GetDeviceSelector Method

Definition

Overloads

GetDeviceSelector()

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

GetDeviceSelector(SmartCardReaderKind)

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.

GetDeviceSelector()

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

public:
 static Platform::String ^ GetDeviceSelector();
/// [Windows.Foundation.Metadata.Overload("GetDeviceSelector")]
 static winrt::hstring GetDeviceSelector();
[Windows.Foundation.Metadata.Overload("GetDeviceSelector")]
public static string GetDeviceSelector();
function getDeviceSelector()
Public Shared Function GetDeviceSelector () As String

Returns

String

Platform::String

winrt::hstring

The Advanced Query Syntax (AQS) string representing all smart card readers connected to the device.

Attributes

Remarks

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

See also

Applies to

GetDeviceSelector(SmartCardReaderKind)

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.

public:
 static Platform::String ^ GetDeviceSelector(SmartCardReaderKind kind);
/// [Windows.Foundation.Metadata.Overload("GetDeviceSelectorWithKind")]
 static winrt::hstring GetDeviceSelector(SmartCardReaderKind const& kind);
[Windows.Foundation.Metadata.Overload("GetDeviceSelectorWithKind")]
public static string GetDeviceSelector(SmartCardReaderKind kind);
function getDeviceSelector(kind)
Public Shared Function GetDeviceSelector (kind As SmartCardReaderKind) As String

Parameters

kind
SmartCardReaderKind

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

Returns

String

Platform::String

winrt::hstring

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

Attributes

Remarks

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

See also

Applies to