Class SmartcardReader
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 reader information. It allows applications to handle the reader information.
C#Copypublic class SmartcardReader : IDisposable
- Inheritance
-
System.ObjectSmartcardReader
- Implements
-
System.IDisposable
Properties
Declaration
C#Copypublic bool IsSecureElementPresent { get; }
Property Value
Type | Description |
---|---|
Boolean |
API Level: 3
Declaration
C#Copypublic string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
API Level: 3
Methods
Declaration
C#Copypublic void CloseSessions()
Exceptions
Type | Condition |
---|---|
System.NotSupportedException | Thrown when the Smartcard is not supported. |
System.InvalidOperationException | Thrown when the method failed due to an invalid operation. |
API Level: 3
Declaration
C#Copypublic void Dispose()
API Level: 3
Declaration
C#Copyprotected void Finalize()
Declaration
C#Copypublic SmartcardSession OpenSession()
Returns
Type | Description |
---|---|
SmartcardSession | The SmartcardSession object. |
API Level: 3
Implements
System.IDisposable