MifareClassic.KeyMifareApplicationDirectory Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The well-known key for tags formatted according to the MIFARE Application Directory (MAD) specification.
[Android.Runtime.Register("KEY_MIFARE_APPLICATION_DIRECTORY")]
public static System.Collections.Generic.IList<byte>? KeyMifareApplicationDirectory { get; }
[<Android.Runtime.Register("KEY_MIFARE_APPLICATION_DIRECTORY")>]
static member KeyMifareApplicationDirectory : System.Collections.Generic.IList<byte>
Property Value
- Attributes
Remarks
The well-known key for tags formatted according to the MIFARE Application Directory (MAD) specification.
Java documentation for android.nfc.tech.MifareClassic.KEY_MIFARE_APPLICATION_DIRECTORY
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.