←Select platform

CipherSuiteList Property

Summary

The list of DicomTlsCipherSuiteType used by an SCU to connect securely using Transport Layer Security (TLS) to an SCP.

Syntax
C#
VB
C++
public List<DicomTlsCipherSuiteType> CipherSuiteList { get; } 
Public ReadOnly Property CipherSuiteList() As List(Of DicomTlsCipherSuiteType) 
   Get 
public:  
   property List<DicomTlsCipherSuiteType^>^ CipherSuiteList 
   { 
      List<DicomTlsCipherSuiteType^>^ get() 
   } 

Property Value

The list of DicomTlsCipherSuiteType used by an SCU to connect securely using Transport Layer Security (TLS) to an SCP.

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 20.0.2020.3.24
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.Client Assembly