LDicomNet::InternalAuthenticateISCL

Summary

Generates a response code, based on the specified challenge code. This function is available in the PACS Imaging toolkits.

Syntax

#include "ltdic.h"

virtual L_UINT32 LDicomNet::InternalAuthenticateISCL(nChallenge, nResponse, nParameter)

Parameters

L_UINT64 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.

L_UINT64 *nResponse

Pointer to a variable to be updated with the response code generated by the callback function.

L_UINT64 nParameter

Value that indicates the current mutual authentication key.

Returns

Value Meaning
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

Platforms

Win32, x64

See Also

Functions

Topics

Example

For an example, refer to LDicomNet::IsISCLQueueEmpty.

Help Version 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS DICOM C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.