#include "ltdic.h"
L_UINT32 LDicomNet::SetDefaultEncryptionISCL(EncryptionMode)
Sets the encryption mode used by the ISCL operations. This function is available in the PACS Imaging toolkits.
Flag that specifies the encryption mode. Possible values are:
Value | Meaning |
---|---|
DICOM_ISCL_ENCRYPT_NONE | The data is transmitted without encryption. |
DICOM_ISCL_ENCRYPT_DESCBC | The data is transmitted encrypted using the DES algorithm in cipher block chaining mode. |
Value | Meaning |
---|---|
DICOM_SUCCESS | Success |
DICOM_ERROR_PARAMETER | A parameter error occurred. The encryption mode will be set to DICOM_ISCL_ENCRYPT_NONE. |
If an incorrect value is passed for the EncryptionMode parameter, the encryption mode is set to DICOM_ISCL_ENCRYPT_NONE.
This function may be called after an LDicomNet object is created, regardless of whether a connection has been established.
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