←Select platform

CipherSuiteList Property

Summary

Gets a list of DicomTlsCipherSuiteType values supported when using secured DICOM TLS communication.

Syntax
C#
C++/CLI
public List<DicomTlsCipherSuiteType> CipherSuiteList {get;} 
public:  
   property List<DicomTlsCipherSuiteType^>^ CipherSuiteList 
   { 
      List<DicomTlsCipherSuiteType^>^ get() 
   } 

Property Value

A list of DicomTlsCipherSuiteType values supported when using secured DICOM TLS communication.

Remarks

A DICOM addin implements this interface to specify a list of DicomTlsCipherSuiteType values that are to be supported when using secured DICOM TLS communication.

The first DicomTlsCipherSuiteType in the list is given the highest priority. The second DicomTlsCipherSuiteType in the list is given the second highest priority. The last DicomTlsCipherSuiteType in the list is given the lowest priority.

In the PACS Framework, the Leadtools.Medical.Security.AddIn.dll implements this interface. For detailed example usage, see the source code for the Leadtools.Medical.Security.AddIn.dll.

For more information, see IDicomSecurityCiphers.

Requirements

Target Platforms

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

Leadtools.Dicom.AddIn Assembly

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