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#Copypublic class NfcRegisteredAidInformation
- Inheritance
-
NfcRegisteredAidInformation
Properties
Declaration
C#Copypublic 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#Copypublic bool ReadOnly { get; }
Property Value
Type | Description |
---|---|
Boolean |
API Level: 3
Declaration
C#Copypublic NfcSecureElementType SeType { get; }
Property Value
Type | Description |
---|---|
NfcSecureElementType |