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

Show in webframe

DicomTlsEncryptionMethodType Enumeration








Specifies the encryption mode or algorithm.
Syntax
public enum DicomTlsEncryptionMethodType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
'Declaration
 
Public Enum DicomTlsEncryptionMethodType 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As DicomTlsEncryptionMethodType
public enum DicomTlsEncryptionMethodType : System.IComparable, System.IConvertible, System.IFormattable  
Leadtools.Dicom.DicomTlsEncryptionMethodType = function() { };
Leadtools.Dicom.DicomTlsEncryptionMethodType.prototype = {<br/>
  LeadtoolsMemberMarker(replace me)
 };
public enum class DicomTlsEncryptionMethodType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0x00000000None No encryption. Returned if no secure connection is established.
0x00000001Des DES encryption.
0x00000002ThreeDes 3DES encryption.
0x00000003Rc4 RC4 encryption.
0x00000004Rc2 RC2 encryption.
0x00000005Idea International Data Encryption Algorithm.
0x00000006Fortezza Fortezza encryption.
0x00000007Aes Advanced Encryption Standard (AES)
Example
For an example, refer to SetTlsClientCertificate.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

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