NAME
DesfireAPI :: Using the Desfire card together with a NXP SAM AV2 smartcard
COPYRIGHT
(c) 2014 SpringCard - www.springcard.com
DESCRIPTION
Implementation of authentication using the SAM.
NAME
SAM_Unlock
DESCRIPTION
Unlocks the SAM
SYNOPSIS
[[pcsc_desfire.dll]] LONG SCardDesfire_SAM_Unlock(SCARDHANDLE hSam, BYTE bKeyNumberSam, BYTE bKeyVersion, const BYTE pbKeyValue[16])
INPUTS
BYTE bKeyNumberSam : Key number, in the SAM, of the unlock key BYTE bKeyVersion : Key version, in the SAM, of the unlock key const BYTE pbKeyValue[16] : Value (16 bytes) of the unlock key
RETURNS
DF_OPERATION_OK : application selected Other code if internal or communication error has occured.