Gets a list of DicomTlsCipherSuiteType values supported when using secured DICOM TLS communication.
public List<DicomTlsCipherSuiteType> CipherSuiteList {get;}
public:
property List<DicomTlsCipherSuiteType^>^ CipherSuiteList
{
List<DicomTlsCipherSuiteType^>^ get()
}
A list of DicomTlsCipherSuiteType values supported when using secured DICOM TLS communication.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document