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.

    [Obsolete("Deprecated since API13, will be removed in API15.")]
    public static class SmartcardManager
    Inheritance
    object
    SmartcardManager

    Methods

    View Source

    GetReaders()

    Gets the list of available secure element readers.

    Declaration
    [Obsolete("Deprecated since API13, will be removed in API15.")]
    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