#include "ltdic.h"
L_UINT32 LDicomNet::SetAuthDataISCL(pBuffer, nLength);
Sets the authentication data used during the mutual authentication process. This function is available in the PACS Imaging toolkits.
Pointer to an array containing the authentication data.
Length of the authentication data, in bytes.
Value | Meaning |
---|---|
DICOM_SUCCESS | Success |
DICOM_ERROR_PARAMETER | A parameter error occurred. The authentication data could not be set. (pBuffer is NULL, or nLength is not in the range 1 128.) |
Every ISCL-compliant entity must have between 1 and 128 bytes of authentication data. These authentication data are exchanged between client and server during the mutual authentication process. This function sets an array of 1 to 128 bytes that contains authentication data.
The authentication data is data exchanged in plain text. After the mutual authentication process, the communication entities can verify the authentication data of the other entity (client or server) and, if the authentication data is wrong, can close the connection.
Required DLLs and Libraries
Win32, x64
For an example, refer to LDicomNet::IsISCLQueueEmpty.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document