UICB_PromptTokenPin_t
Prompt for a PIN.
Synopsis
#include < uicallbacks.h >
CK_RV(* UICB_PromptTokenPin_t)( const char *pszMessage, CK_CHAR *pPIN, int *pPinLen );
Parameter | Description |
---|---|
pszMessage | The message to display when prompting for the PIN. |
pPIN | Location to hold the PIN entered. |
pPinLen | Location to hold the length of the entered PIN. |