LDicomNet::GetPeerAuthDataISCL

#include "ltdic.h"

L_UINT32 LDicomNet::GetPeerAuthDataISCL(pBuffer, nLength);

Gets the authentication data the peer computer sent during mutual authentication. This function is available in the PACS Imaging toolkits.

Parameters

L_VOID *pBuffer

Pointer to a buffer to be updated with the authentication data of the peer computer. This buffer must be 128 bytes long to hold the longest possible authentication data.

L_UINT32 *nLength

Pointer to an integer variable. This variable contains initially the size of the pBuffer array. After this function returns, it is updated with the actual size of the peer authentication data.

Returns

Value Meaning
DICOM_SUCCESS Success. The peer authentication data were copied into pBuffer and the variable pointed to by pLength was updated with the length of the authentication data.
DICOM_ERROR_PARAMETER A parameter error occurred. The authentication data could not be retrieved. (pBuffer is NULL, or the value pointed to by pLength is not large enough to contain the entire peer authentication data.)

Comments

If pBuffer is NULL or the value pointed to by pLength (size of pBuffer) is too small for the peer authentication data, the return value is DICOM_ERROR_PARAMETER and *nLength is updated with the required length of the peer authentication data. No other actions are performed.

This function can only be called by the receiver of a message, if the message is not successfully received.

Required DLLs and Libraries

Platforms

Win32, x64

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

LEADTOOLS DICOM C++ Class Library Help