Class SmartcardReader
Definition
- Assembly:
- Tizen.Network.Smartcard.dll
The class for Smartcard reader information. It allows applications to handle the reader information.
C#
Copy
public class SmartcardReader : IDisposable
- Inheritance
-
objectSmartcard
Reader
- Implements
-
System.
IDisposable
Properties
Declaration
C#
Copy
public bool IsSecureElementPresent { get; }
Property Value
Type | Description |
---|---|
bool |
Declaration
C#
Copy
public string Name { get; }
Property Value
Type | Description |
---|---|
string |
Methods
Declaration
C#
Copy
public void CloseSessions()
Exceptions
Type | Condition |
---|---|
System. |
Thrown when the Smartcard is not supported. |
System. |
Thrown when the method failed due to an invalid operation. |
Declaration
C#
Copy
public void Dispose()
Declaration
C#
Copy
protected ~SmartcardReader()
Declaration
C#
Copy
public SmartcardSession OpenSession()
Returns
Type | Description |
---|---|
Smartcard |
The SmartcardSession object. |
Implements
System.IDisposable