The following tables list the members exposed by the DESFireKeySettings type.

Name Description
Public method EnableIsoSelect(bool) Enables 2-byte ISO select of any file under control of this application (EF and DF)
Public method SetCryptoMethod(byte) Sets crypto method. accepted values: CRM_3DES_DF4, CRM_3K3DES, and CRM_AES.
Public method SetNumberOfApplicationKeys(int) To set the mumber of keys controlled by an application. Acccepted values: {0,1,2 .. 14}
Public method ToByte() Converts this object to a byte. This format reflects the keysettings2 value that's required to create files on a DESFire card.
Top