DESFire Key Settings helper method for crypto method and number of keys. Use the ToByte()
method to generate a byte value that is compatible with keysettings2 parameter of
CreateFile() method.
Namespace:
CardWerk.SmartCard.CardModule.DESFire
Assembly: CardWerk.SmartCard.CardModule.DESFire (in CardWerk.SmartCard.CardModule.DESFire.dll)
Top
Top
Assembly: CardWerk.SmartCard.CardModule.DESFire (in CardWerk.SmartCard.CardModule.DESFire.dll)
Public Class DESFireKeySettings
This language is not supported or no code example is available.
public class DESFireKeySettings
This language is not supported or no code example is available.
public ref class DESFireKeySettings
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
![]() |
DESFireKeySettings(bool) | Constructor. |
![]() |
DESFireKeySettings(byte) | Constructor. |
Name | Description | |
---|---|---|
![]() |
EnableIsoSelect(bool) | Enables 2-byte ISO select of any file under control of this application (EF and DF) |
![]() |
SetCryptoMethod(byte) | Sets crypto method. accepted values: CRM_3DES_DF4, CRM_3K3DES, and CRM_AES. |
![]() |
SetNumberOfApplicationKeys(int) | To set the mumber of keys controlled by an application. Acccepted values: {0,1,2 .. 14} |
![]() |
ToByte() | Converts this object to a byte. This format reflects the keysettings2 value that's required to create files on a DESFire card. |