| 
   Available in LEADTOOLS Medical Imaging toolkits.  | 
LDicomNet::InternalAuthenticateISCL
#include "ltdic.h"
virtual L_UINT32 LDicomNet::InternalAuthenticateISCL(nChallenge, nResponse, nParameter)
| 
 L_UINT64 nChallenge;  | 
 /* challenge code */  | 
| 
 L_UINT64 *nResponse;  | 
 /* pointer to a variable to be updated */  | 
| 
 L_UINT64 nParameter;  | 
 /* key */  | 
Generates a response code, based on the specified challenge code. This function is available in the PACS Imaging toolkits.
| 
 Parameter  | 
 Description  | 
| 
 nChallenge  | 
 Challenge code received by the callback function. This challenge code will be used in the generation of the response code. This value is similar to a time stamp.  | 
| 
 nResponse  | 
 Pointer to a variable to be updated with the response code generated by the callback function.  | 
| 
 nParameter  | 
 Value that indicates the current mutual authentication key.  | 
Returns
| 
 DICOM_SUCCESS  | 
 The generation of the response code was successful.  | 
| 
 <> DICOM_SUCCESS  | 
 The generation of the response code was not successful.  | 
Required DLLs and Libraries
| 
 LTDIC For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application  | 
See Also
| 
 Functions:  | 
|
| 
 Topics:  | 
|
| 
 
  | 
 General Integrated Secure Communication Layer (ISCL) Information  | 
Example
For an example, refer to LDicomNet::GetErrorSecure.