Class SmartcardManager

    Definition

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

    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
    System.Collections.Generic.IEnumerable<T><SmartcardReader>

    List of SmartcardReader objects.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX