←Select platform

OpenSslContextCreationSettings Property

Summary

The Transport Layer Security (TLS) options used by an SCU to connect securely to an SCP.

Syntax
C#
VB
C++
public DicomOpenSslContextCreationSettings OpenSslContextCreationSettings { get; set; } 
Public Property OpenSslContextCreationSettings() As DicomOpenSslContextCreationSettings 
   Get 
   Set 
public:  
   property DicomOpenSslContextCreationSettings^ OpenSslContextCreationSettings 
   { 
      DicomOpenSslContextCreationSettings^ get() 
      void set(DicomOpenSslContextCreationSettings^ value) 
   } 

Property Value

The Transport Layer Security (TLS) DicomOpenSslContextCreationSettings.

Remarks

CipherSuiteList is a member of the BaseClient abstract class.

See BaseClient for a list of SCU classes that derive from BaseClient and how the BaseClient members are used by an SCU to connect securely using TLS to a DICOM SCP.

Example

For an example, see BaseClient.

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.Medical.Workstation.Client Assembly

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