Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom assembly)

Show in webframe

DicomOpenSslOptionsFlags Enumeration








Specifies restrictive and bug workaround options.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum DicomOpenSslOptionsFlags 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As DicomOpenSslOptionsFlags
[FlagsAttribute()]
public enum DicomOpenSslOptionsFlags : System.IComparable, System.IConvertible, System.IFormattable  
Leadtools.Dicom.DicomOpenSslOptionsFlags = function() { };
Leadtools.Dicom.DicomOpenSslOptionsFlags.prototype = {<br/>
  LeadtoolsMemberMarker(replace me)
 };
[FlagsAttribute()]
public enum class DicomOpenSslOptionsFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0x00000000None None.
0x00000FFFAllBugWorkarounds Implement all known SSL bug workarounds so that communication with peers with such SSL bugs can be established.
0x01000000NoSslV2 Ignore the SSL Version 2 protocol.
0x02000000NoSslV3 Ignore the SSL Version 3 protocol.
0x04000000NoTlsV1 Ignore 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 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

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