Class SmartcardReader

    Definition

    Namespace:
    Tizen.Network.Smartcard
    Assembly:
    Tizen.Network.Smartcard.dll

    The class for Smartcard reader information. It allows applications to handle the reader information.

    public class SmartcardReader : IDisposable
    Inheritance
    object
    SmartcardReader

    Properties

    View Source

    IsSecureElementPresent

    The existence of a secure element.

    Declaration
    public bool IsSecureElementPresent { get; }
    Property Value
    Type Description
    bool
    View Source

    Name

    The name of the reader.

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string

    Methods

    View Source

    CloseSessions()

    Closes all the sessions opened on the given reader.

    Declaration
    public void CloseSessions()
    View Source

    Dispose()

    Dispose

    Declaration
    public void Dispose()
    View Source

    ~SmartcardReader()

    SmartcardReader destructor.

    Declaration
    protected ~SmartcardReader()
    View Source

    OpenSession()

    Connects to a secure element in the given reader.

    Declaration
    public SmartcardSession OpenSession()
    Returns
    Type Description
    SmartcardSession

    The SmartcardSession object.

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX