GetSmartCardDevices Method
GetSmartCardDevices()
Returns the set of smart card reader devices available to the system.
C#
public static IReadOnlyList<ISmartCardDevice> GetSmartCardDevices()
Returns
System.Collections.Generic.IReadOnlyList<ISmartCardDevice>
A read-only list of SmartCardDevice objects.