Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
DicomOpenSslOptionsFlags Enumeration
See Also  
Leadtools.Dicom Namespace : DicomOpenSslOptionsFlags Enumeration



Specifies restrictive and bug workaround options.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum DicomOpenSslOptionsFlags 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As DicomOpenSslOptionsFlags
C# 
[FlagsAttribute()]
public enum DicomOpenSslOptionsFlags : Enum 
C++/CLI 
[FlagsAttribute()]
public enum class DicomOpenSslOptionsFlags : public Enum 

Members

MemberDescription
None None.
NoSslV2 Ignore the SSL Version 2 protocol.
NoSslV3 Ignore the SSL Version 3 protocol.
NoTlsV1 Ignore the TLS Version 1 protocol.
AllBugWorkarounds Implement all known SSL bug workarounds so that communication with peers with such SSL bugs can be established.

Example

For an example, refer to DicomNet.Initialize.

Remarks

The members DicomOpenSslOptionsFlags.NoSslV2, DicomOpenSslOptionsFlags.NoSslV3, and DicomOpenSslOptionsFlags.NoTlsV1 are used to limit the protocols available when the SSL method type is set to DicomSslMethodType.SSLV23.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Dicom.DicomOpenSslOptionsFlags

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features