#include "ltdic.h"
L_UINT32 L_DicomGetSecureMode(hNet)
Returns the security mode which was used when initializing the network connection. This function is available in the PACS Imaging toolkits.
A DICOM handle.
The DICOM security mode used on the connection. The value returned will be one of the following values:
Value | Meaning |
---|---|
DICOM_SECURE_NONE | [0xABCD0000] No security mode. |
DICOM_SECURE_ISCL | [0xABCD0001] Integrated Secure Communication Layer security mode. |
DICOM_SECURE_TLS | [0xABCD0002] Transport Layer Security mode. |
To initialize the LEADTOOLS DICOM DLL, call the L_DicomStartUp function.
The LEADTOOLS DICOM DLL must be initialized before using any of the Network operation functions.
The security mode of a HDICOMNET object is initially defined by using the L_DicomCreateNet or the L_DicomCreateNetExt functions.
Required DLLs and Libraries
Win32, x64.
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