C#
VB
WinRT C#
C++
Specifies the key exchange algorithm.
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
Value | Member | Description |
---|---|---|
0 | None | Returned if no secure connection is established. |
64 | RsaSignedDhe | RSA signed Diffie-Hellman Ephemeral. |
65 | Rsa | RSA key exchange |
66 | Dh | Diffie-Hellman key exchange |
67 | Dss | DS/DSS (Digital Signature Standard/Diffie-Hellman) key exchange |
68 | Fortezza | FORTEZZA key exchange |
For an example, refer to SetTlsClientCertificate.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET