NetworkSecurityMode property (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

long NetworkSecurityMode;

Overview

Refer to Working with DICOM Network Connections

Remarks

(Medical Imaging Suite only) Determines which security mode to use when initializing the DICOM Network. To set the security mode, this property must be set before calling the StartUp method.

Possible values are:

Value

Meaning

DICOM_SECURE_NONE

No security mode. (default value)

DICOM_SECURE_ISCL

Integrated Secure Communication Layer protocol security.

DICOM_SECURE_TLS

Transport Layer Secure protocol security.

See Also

Elements:

StartUp method, UseSSLOptions property, SSLCreateFlags property, SSLMethodType property, SSLVerifyMode property, SSLCAFile property, SSLVerifyDepth property, SSLSuccess property, SSLOptions property, SSLPrivateKeyPassword property, SSLPrivateKeyPasswordEvent event

Topics:

DICOM Network Connection:Creating a Network Connection