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#
Copy
public static class SmartcardManager
Inheritance
System.Object
SmartcardManager

Methods

View Source

GetReaders()

Gets the list of available secure element readers.

Declaration
C#
Copy
public static IEnumerable<SmartcardReader> GetReaders()
Returns
Type Description
System.Collections.Generic.IEnumerable<SmartcardReader>

List of SmartcardReader objects.

API Level: 3