Helper class to parse, analyze and display DESFire card file settings.

Namespace: CardWerk.SmartCard.CardModule.DESFire
Assembly: CardWerk.SmartCard.CardModule.DESFire (in CardWerk.SmartCard.CardModule.DESFire.dll)

Public Class DESFireCardFileSettings
This language is not supported or no code example is available.
public class DESFireCardFileSettings
This language is not supported or no code example is available.
public ref class DESFireCardFileSettings 
This language is not supported or no code example is available.
public class DESFireCardFileSettings
This language is not supported or no code example is available.
Name Description
Public constructor DESFireCardFileSettings(DESFireFileType, int, DESFireCardAccessRights, int) Constructor for standard or backup data file.
Public constructor DESFireCardFileSettings(DESFireFileType, int, DESFireCardAccessRights, int, int, int, byte) Constructor for value file settings.
Public constructor DESFireCardFileSettings(byte[]) Constructor. Should only be used when getting file settings from card.
Top
Name Description
Public property AccessRightChange Write access rights.
Public property AccessRightRead Read access rights
Public property AccessRightReadWrite Read and Write access rights.
Public property AccessRightWrite Write access rights.
Public property CommunicationMode Communication mode setting.
Public property FileSize Allows public access to file size.
Public property FileType Allows public access to file type.
Public property IsReady Allows public access to file type.
Public property Value Allows public access to initial of value.
Public property ValueLimitedCreditEnabled Allows public access to initial of value.
Public property ValueLowerLimit Allows public access to lower limit of value.
Public property ValueUpperLimit Allows public access to upper limit of value.
Top
Name Description
Public method ToString() Converts the card capability container to a nice human readable string. Using one line per non-zero data item. This is for quick and dirty implementation.
Top

.NET Framework

Supported in: 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

.NET Core

Supported in: 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0

.NET Standard

Supported in: 2.0