←Select platform

DicomOpenSslContextCreationSettings Class

Summary
Provides properties to change the security options from the defaults when the security mode used by DicomNet is set to the Transport Layer Security (TLS) mode.
Syntax
C#
VB
C++
public class DicomOpenSslContextCreationSettings : IDisposable 
Public Class DicomOpenSslContextCreationSettings  
public ref class DicomOpenSslContextCreationSettings  
Remarks

Use this class with Initialize to change the security options from the defaults. This toolkit uses SSL (Secure Socket Layer) and TLS (Transport Layer Security) to implement security. Developed by Netscape, the Secure Socket Layer (SSL) protocol is designed to ensure the security of data being communicated between two points over a network, and uses TCP as the communication layer. SSL provides a way for the client and server to authenticate each other, ensures the integrity of the data during a session, and ensures that the data remains private between the client and the server. The Transport Layer Security (TLS) protocol is based on the SSL protocol.

Please note that a full discussion of SSL and TLS is beyond the scope of this help.

Example

For an example, refer to Initialize.

Requirements

Target Platforms

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

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.