C#
VB
WinRT C#
C++
Specifies the encryption mode or algorithm.
public enum DicomTlsEncryptionMethodType
Public Enum DicomTlsEncryptionMethodType
public enum DicomTlsEncryptionMethodType
Leadtools.Dicom.DicomTlsEncryptionMethodType = function() { };
Leadtools.Dicom.DicomTlsEncryptionMethodType.prototype = {<br/>
LeadtoolsMemberMarker(replace me)
};
public enum class DicomTlsEncryptionMethodType
Members
Value | Member | Description |
---|---|---|
0 | None | No encryption. Returned if no secure connection is established. |
1 | Des | DES encryption. |
2 | ThreeDes | 3DES encryption. |
3 | Rc4 | RC4 encryption. |
4 | Rc2 | RC2 encryption. |
5 | Idea | International Data Encryption Algorithm. |
6 | Fortezza | Fortezza encryption. |
7 | Aes | Advanced Encryption Standard (AES) |
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