Function prototype
aat_int32 AAL2GenResetStaticPasswordCmd(
aat_byte *Cmd,
aat_int32 *CmdSize,
TDigipassBlob *DPData,
TKernelParms *CallParms);Description
This function creates a command that directs the HSM to reset the static password using the given data and to return a result in the form of a reply.
The Digipass static PIN management on the HSM is identical to the functionality available with the Authentication Suite Server SDK Software Digipass Management Service. For information on the associated functions, refer to the Authentication Suite Server SDK C-C++ Programmer's Guide.
This function must be used with the post-HSM API AAL2ProcResetStaticPasswordRpl.