TABLE OF CONTENTS

 

[Modules] SamUnlock

NAME

   DesfireAPI :: Using the Desfire card together with a NXP SAM AV2 smartcard

COPYRIGHT

DESCRIPTION

   Implementation of authentication using the SAM.

[Functions] SAM_Unlock

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.

Generated from sprox_desfire_sam_unlock.c on Mon Aug 18 16:38:18 2014