Gets or sets the security (TLS) host settings when doing a C-MOVE to oneself.
public DicomOpenSslContextCreationSettings SecureHostSettings { get; set; }
Public Property SecureHostSettings() As DicomOpenSslContextCreationSettings
Get
Set
public:
property DicomOpenSslContextCreationSettings^ SecureHostSettings
{
DicomOpenSslContextCreationSettings^ get()
void set(DicomOpenSslContextCreationSettings^ value)
}
The security (TLS) host settings when doing a C-MOVE to oneself.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document