Class NfcRegisteredAidInformation

    Definition

    Namespace:
    Tizen.Network.Nfc
    Assembly:
    Tizen.Network.Nfc.dll

    This structure contains the information of the secure element AID (Application Identifier).

    public class NfcRegisteredAidInformation
    Inheritance
    object
    NfcRegisteredAidInformation

    Properties

    View Source

    Aid

    The targeted AID (Application Identifier) value.

    Declaration
    public string Aid { get; }
    Property Value
    Type Description
    string
    View Source

    ReadOnly

    Read-only value. If this value is false, there are restrictions to the operation on this AID.

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

    SeType

    The Secure Element Type value.

    Declaration
    public NfcSecureElementType SeType { get; }
    Property Value
    Type Description
    NfcSecureElementType
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX