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

Show in webframe

DicomSslMethodType Enumeration








Specifies the SSL method type used for security verification.
Syntax
'Declaration
 
Public Enum DicomSslMethodType 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As DicomSslMethodType
public enum DicomSslMethodType : System.IComparable, System.IConvertible, System.IFormattable  
Leadtools.Dicom.DicomSslMethodType = function() { };
Leadtools.Dicom.DicomSslMethodType.prototype = {<br/>
  LeadtoolsMemberMarker(replace me)
 };
public enum class DicomSslMethodType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0x00000001SslV2 Use Secure Sockets Layer (SSL) Version 2. Avoid using SSL Version 2 because this version is known to have security flaws.
0x00000002SslV3 Use Secure Sockets Layer (SSL) Version 3.
0x00000003TlsV1 Use Transport Layer Security (TLS) Version 1.
0x00000004SslV23 Use a compatible security verification mode. This mode can handle any of the three modes (SslV2, SslV3, TlsV1).
Example
For an example, refer to Initialize.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Dicom.DicomSslMethodType

Requirements

Target Platforms

See Also

Reference

Leadtools.Dicom Namespace
DicomOpenSslContextCreationSettings Class
MethodType 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