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
-
objectSmartcard
Manager
Methods
View SourceGetReaders()
Gets the list of available secure element readers.
Declaration
public static IEnumerable<SmartcardReader> GetReaders()
Returns
Type | Description |
---|---|
System. |
List of SmartcardReader objects. |