Class NfcRegisteredAidInformation

Definition

Namespace:
Tizen.Network.Nfc
Assembly:
Tizen.Network.Nfc.dll
API Level:
3

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

C#
Copy
public class NfcRegisteredAidInformation
Inheritance
System.Object
NfcRegisteredAidInformation

Properties

View Source

Aid

The targeted AID (Application Identifier) value.

Declaration
C#
Copy
public string Aid { get; }
Property Value
Type Description
System.String
API Level: 3
View Source

ReadOnly

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

Declaration
C#
Copy
public bool ReadOnly { get; }
Property Value
Type Description
Boolean
API Level: 3
View Source

SeType

The Secure Element Type value.

Declaration
C#
Copy
public NfcSecureElementType SeType { get; }
Property Value
Type Description
NfcSecureElementType
API Level: 3