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

Platforms

Win32, x64

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS DICOM C++ Class Library Help