←Select platform

CipherSuiteList Property

Summary

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

Syntax
C#
public List<DicomTlsCipherSuiteType> CipherSuiteList {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.

Example

For an example, refer to IDicomSecurityCiphers.

Requirements

Target Platforms

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

Leadtools.Dicom.AddIn Assembly