UseSSLOptions property (ILEADDicomNet)
VARIANT_BOOL UseSSLOptions | |
Overview |
Remarks
(Medical Imaging Suite only) Indicates whether the default security options are to be changed. Possible values are:
Value |
Meaning |
VARIANT_TRUE |
Change the default security options. |
VARIANT_FALSE |
Do not change the default security options. |
The default value is VARIANT_FALSE.
Use the following procedure to change the default security options:
1. |
Set the UseSSLOptions property to VARIANT_TRUE. |
2. |
Set the NetworkSecurityMode property to DICOM_SECURE_TLS. |
3. |
Set any or all of the following properties. |
4. |
Set the SSLCreateFlags property to have the flags that correspond to the properties that were set in step 3. |
5. |
Call the StartUp method. |
Note that the properties in steps 1, 2, 3, and 4 must be set before calling the StartUp method, and that the NetworkSecurityMode property must be set to DICOM_SECURE_TLS. If the NetworkSecurityMode property is not DICOM_SECURE_TLS, then the SSL properties are ignored.
See Also