LEADTOOLS For .NET Class Library Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.28
Leadtools.AddIn.Security.dll

This Addin implements Basic TLS Secure Transport Connection Profile of DICOM Standard which utilize the framework and negotiation mechanism specified by the Transport Layer Security Version 1.0 protocol. Any LEADTOOLS PACS Framework server service can be converted to use secure transport connection to provide protection against tampering, eavesdropping, masquerading by simply placing the addin to the framework’s server folder and configuring it. As for example, when router or proxy server need to accept images from remote PACS Client (resident on different geographic location) over the public internet connection, just copying the Leadtools.AddIn.Security.dll to \LEADTOOLS 17\Bin\Dotnet\Win32\L17_SERVER_32\AddIns\ folder and configuring the certificates will add secure communication capabilities to the router server.

This addin provides support for following areas of Basic TLS Secure Transport Connection Profile of DICOM standard:

Security Icon Security Icon – Double click on this icon from PACS Server Manage while L17_SERVER_32 is selected to access the following security add-in options dialog to configure.

Security Options Dialog

Certificates

Verification

AddIns Project:

The C# sample project for AddIns used in this server is located in <LEADTOOLS 17>\Examples\PACSFramework\CS\Sample AddIns\ folder

AddIns Runtime Dlls:

All runtime versions of AddIns are in <LEADTOOLS 17<\Bin\Dotnet\Win32\L17_SERVER_32\AddIns\ folder.

A copy is also stored in <LEADTOOLS 17<\Bin\Dotnet\Win32\PACSAddIns\ folder.

Note: The path of the source code for this binary is <INSTALLDIR>\Examples\PACSFramework\CS\Sample AddIns