←Select platform

SecureHostSettings Property

Summary

Gets or sets the security (TLS) host settings when doing a C-MOVE to oneself.

Syntax
C#
VB
C++
public DicomOpenSslContextCreationSettings SecureHostSettings { get; set; } 
Public Property SecureHostSettings() As DicomOpenSslContextCreationSettings 
   Get 
   Set 

Property Value

The security (TLS) host settings when doing a C-MOVE to oneself.

Remarks

When doing a C-MOVE Move to oneself, the destination AE is the same as the calling AE. In this case, the calling AE (i.e., the host) is listening and accepting incoming connections. Set UseSecureHost to true to make the host accept connections securely using TLS. If UseSecureHost is false (the default behavior), the host accepts connections conventionally, without using TLS security.

If UseSecureHost is true, then the SecureHostSettings properties are used to specify the host security (TLS) settings. Otherwise, the SecureHostSettings properties are ignored.

Both the UseSecureHost and SecureHostSettings properties are only used with the Move methods, where the destination AE is the same as the calling AE.

For more information, see UseSecureHost.

Example

For an example refer to UseSecureHost.

Requirements

Target Platforms

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

Leadtools.Dicom.Scu Assembly