LEADTOOLS Medical (Leadtools.Dicom assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
DicomSslMethodType Enumeration
See Also  
Leadtools.Dicom Namespace : DicomSslMethodType Enumeration



Specifies the SSL method type used for security verification.

Syntax

Visual Basic (Declaration) 
Public Enum DicomSslMethodType 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As DicomSslMethodType
C# 
public enum DicomSslMethodType : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class DicomSslMethodType : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
SslV2Use Secure Sockets Layer (SSL) Version 2. Avoid using SSL Version 2 because this version is known to have security flaws.
SslV23Use a compatible security verification mode. This mode can handle any of the three modes (SslV2, SslV3, TlsV1).
SslV3Use Secure Sockets Layer (SSL) Version 3.
TlsV1Use Transport Layer Security (TLS) Version 1.

Example

For an example, refer to DicomNet.Initialize.

Inheritance Hierarchy

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

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also

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