LDicomNet::SetDefaultEncryptionISCL

Summary

Sets the encryption mode used by the ISCL operations. This function is available in the PACS Imaging toolkits.

Syntax

#include "ltdic.h"

L_UINT32 LDicomNet::SetDefaultEncryptionISCL(EncryptionMode)

Parameters

L_UINT32 EncryptionMode

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.

Returns

Value Meaning
DICOM_SUCCESS Success
DICOM_ERROR_PARAMETER A parameter error occurred. The encryption mode will be set to DICOM_ISCL_ENCRYPT_NONE.

Comments

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

Platforms

Win32, x64

See Also

Functions

Topics

Example

For an example, refer to LDicomNet::IsISCLQueueEmpty.

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

LEADTOOLS DICOM C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.