NetworkSecurityMode property (ILEADDicomNet)
long NetworkSecurityMode; | |
Overview |
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