#include "ltdic.h"
L_UINT32 LDicomNet::SetMutualAuthAlgISCL(mutualAuthMode)
L_UINT32 mutualAuthMode; |
mutual authentication mode |
Sets the mutual authentication mode. Currently only DICOM_ISCL_MUTUAL_AUTH_3P4W, the three-pass-four-way mutual authentication, is described in the standard. This function is available in the PACS Imaging toolkits.
Parameter |
Description |
mutualAuthMode |
Flag that indicates the mutual authentication mode to use. Currently, only DICOM_ISCL_MUTUAL_AUTH_3P4W is supported. |
DICOM_SUCCESS |
Success. The mutual authentication mode was successfully set. |
DICOM_ERROR_PARAMETER |
A parameter error occurred. The mutual authentication mode will be DICOM_ISCL_MUTUAL_AUTH_3P4W. |
The implicit value for the mutual authentication protocol is set at creation to DICOM_ISCL_MUTUAL_AUTH_3P4W.
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 |
Win32, x64
For an example, refer to LDicomNet::IsISCLQueueEmpty.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET