POST api/v1/ClientConfig/SetDesfireKeys

Request Information

URI Parameters

None.

Body Parameters

DesfireKeysSettings
NameDescriptionTypeAdditional information
_AllowUlCard

boolean

None.

_AppMasterKey

Collection of byte

None.

_Crypto

DESFIRE_CRYPTO

None.

_DesfComMode

DESFIRE_COMM_MODE

None.

_KeyIndex

DESFIRE_KEY_INDEX

None.

_KeyRead

Collection of byte

None.

_KeyReadFile2

Collection of byte

None.

_KeyWrite

Collection of byte

None.

_KeyWriteFile2

Collection of byte

None.

_MasterKey

Collection of byte

None.

_OtherCards

CARD_TECHNOLOGY

None.

Request Formats

application/json, text/json

Sample:
{
  "_AllowUlCard": true,
  "_AppMasterKey": "QEA=",
  "_Crypto": 4,
  "_DesfComMode": 32,
  "_KeyIndex": 62,
  "_KeyRead": "QEA=",
  "_KeyReadFile2": "QEA=",
  "_KeyWrite": "QEA=",
  "_KeyWriteFile2": "QEA=",
  "_MasterKey": "QEA=",
  "_OtherCards": 0
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.