LEADTOOLS Medical (Leadtools.Dicom assembly)

DicomTlsAuthenticationMethodType Enumeration

Show in webframe







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

            

            
Leadtools.Dicom.DicomTlsAuthenticationMethodType = function() { };
Leadtools.Dicom.DicomTlsAuthenticationMethodType.prototype = {
None = 0x00000000, Rsa = 0x00000020, Dss = 0x00000021, Dh = 0x00000022, };
public enum class DicomTlsAuthenticationMethodType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NoneNo mutual authentication.  Returned if no secure connection is established.
0x00000020RsaMutual authentication through RSA certificates.
0x00000021DssMutual authentication through DSS.
0x00000022DhMutual authentication through DH.
Example
For an example, refer to DicomNet.SetTlsClientCertificate.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Dicom.DicomTlsAuthenticationMethodType

Requirements

Target Platforms

See Also

Reference

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