Class SmartcardManager
Definition
- Namespace:
- Tizen.Network.Smartcard
- Assembly:
- Tizen.Network.Smartcard.dll
- API Level:
- 3
- Privilege Level:
- public
- Privilege:
- http://tizen.org/privilege/secureelement
The class for Smartcard management. It allows applications to use the Smartcard service.
C#Copypublic static class SmartcardManager
- Inheritance
-
System.ObjectSmartcardManager
Methods
Declaration
C#Copypublic static IEnumerable<SmartcardReader> GetReaders()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<SmartcardReader> | List of SmartcardReader objects. |