LEADTOOLS Medical (Leadtools.Dicom assembly)

DicomTlsEncryptionMethodType Enumeration

Show in webframe







Specifies the encryption mode or algorithm.
Syntax
public enum DicomTlsEncryptionMethodType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum DicomTlsEncryptionMethodType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As DicomTlsEncryptionMethodType
public enum DicomTlsEncryptionMethodType : System.IComparableSystem.IConvertibleSystem.IFormattable  

            

            
Leadtools.Dicom.DicomTlsEncryptionMethodType = function() { };
Leadtools.Dicom.DicomTlsEncryptionMethodType.prototype = {
None = 0x00000000, Des = 0x00000002, ThreeDes = 0x00000002, Rc4 = 0x00000003, Rc2 = 0x00000004, Idea = 0x00000005, Fortezza = 0x00000006, };
public enum class DicomTlsEncryptionMethodType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NoneNo encryption. Returned if no secure connection is established.
0x00000002DesDES encryption.
0x00000002ThreeDes3DES encryption.
0x00000003Rc4RC4 encryption.
0x00000004Rc2RC2 encryption.
0x00000005IdeaInternational Data Encryption Algorithm.
0x00000006FortezzaFortezza encryption.
Example
For an example, refer to DicomNet.SetTlsClientCertificate.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Dicom.DicomTlsEncryptionMethodType

Requirements

Target Platforms

See Also

Reference

Leadtools.Dicom Namespace
GetTlsEncryptionAlgorithm 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