namespace NFC.Cards.NXP_MIFARE_DESFire.Enums { /// /// codes whether a change of the application master key settings is allowed /// public enum ChangeMasterKeySettings : byte { /// /// configuration not changeable anymore (frozen) /// FROZEN = 0x00, /// /// this configuration is changeable if authenticated with the application master key (default) /// WITHMASTERKEY = 0x08 } }