Class SmartcardManager
Definition
- Assembly:
 - Tizen.Network.Smartcard.dll
 
The class for Smartcard management. It allows applications to use the Smartcard service.
public static class SmartcardManager
  - Inheritance
 - 
      objectSmartcardManager
 
Methods
View SourceGetReaders()
Gets the list of available secure element readers.
Declaration
public static IEnumerable<SmartcardReader> GetReaders()
  Returns
| Type | Description | 
|---|---|
| System.Collections.Generic.IEnumerable<T><SmartcardReader> | List of SmartcardReader objects.  |