Show / Hide Table of Contents

    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.

    public static class SmartcardManager
    Inheritance
    Object
    SmartcardManager

    Methods

    View Source

    GetReaders()

    Gets the list of available secure element readers.

    Declaration
    public static IEnumerable<SmartcardReader> GetReaders()
    Returns
    Type Description
    IEnumerable<SmartcardReader>

    List of SmartcardReader objects.

    API Level: 3
    • View Source
    Back to top Copyright © 2016-2020 Samsung
    Generated by DocFX