LDicomNet::GetSecureMode

Summary

Returns the security mode that was used when initializing the network connection. This function is available in the PACS Imaging Toolkit.

Syntax

#include "ltdic.h"

L_UINT32 LDicomNet::GetSecureMode()

Returns

The DICOM security mode used on the connection.  The value returned will be one of

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 security mode.

Comments

To initialize the LEADTOOLS DICOM DLL, call LDicomNet::StartUp.

The LEADTOOLS DICOM DLL must be initialized before using any of the Network operation functions.

The security mode of a LDicomNet object is initially defined by using one of the LDicomNet constructors, or the LDicomNet::Initialize function.

Required DLLs and Libraries

Platforms

Win32, x64

See Also

Functions

Topics

Example

For an example, refer to LDicomNet::IsISCLQueueEmpty.

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.