←Select platform

DicomTlsExchangeMethodType Enumeration

Summary

Specifies the key exchange algorithm.

Syntax

C#
VB
WinRT C#
C++
public enum DicomTlsExchangeMethodType   
Public Enum DicomTlsExchangeMethodType  
    
    
public enum DicomTlsExchangeMethodType    
Leadtools.Dicom.DicomTlsExchangeMethodType = function() { }; 
Leadtools.Dicom.DicomTlsExchangeMethodType.prototype = {<br/> 
  LeadtoolsMemberMarker(replace me) 
 }; 
public enum class DicomTlsExchangeMethodType   

Members

ValueMemberDescription
0None Returned if no secure connection is established.
64RsaSignedDhe RSA signed Diffie-Hellman Ephemeral.
65Rsa RSA key exchange
66Dh Diffie-Hellman key exchange
67Dss DS/DSS (Digital Signature Standard/Diffie-Hellman) key exchange
68Fortezza FORTEZZA key exchange
Example

For an example, refer to SetTlsClientCertificate.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly