LEADTOOLS Medical (Leadtools.Dicom assembly)

DicomOpenSslOptionsFlags Enumeration

Show in webframe







Specifies restrictive and bug workaround options.
Syntax
[FlagsAttribute()]
public enum DicomOpenSslOptionsFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum DicomOpenSslOptionsFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As DicomOpenSslOptionsFlags
[FlagsAttribute()]
public enum DicomOpenSslOptionsFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  

            

            
Leadtools.Dicom.DicomOpenSslOptionsFlags = function() { };
Leadtools.Dicom.DicomOpenSslOptionsFlags.prototype = {
None = 0x00000000, AllBugWorkarounds = 0x000FFFFF, NoSslV2 = 0x01000000, NoSslV3 = 0x02000000, NoTlsV1 = 0x04000000, };
[FlagsAttribute()]
public enum class DicomOpenSslOptionsFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NoneNone.
0x000FFFFFAllBugWorkaroundsImplement all known SSL bug workarounds so that communication with peers with such SSL bugs can be established.
0x01000000NoSslV2Ignore the SSL Version 2 protocol.
0x02000000NoSslV3Ignore the SSL Version 3 protocol.
0x04000000NoTlsV1Ignore the TLS Version 1 protocol.
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.
Example
For an example, refer to DicomNet.Initialize.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.Dicom Namespace
DicomOpenSslContextCreationSettings Class
Options Property
Initialize Method

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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