←Select platform

DicomTlsEncryptionMethodType Enumeration

Summary

Specifies the encryption mode or algorithm.

Syntax
C#
VB
C++
public enum DicomTlsEncryptionMethodType   
Public Enum DicomTlsEncryptionMethodType  
public enum class DicomTlsEncryptionMethodType   

Members
ValueMemberDescription
0None No encryption. Returned if no secure connection is established.
1Des DES encryption.
2ThreeDes 3DES encryption.
3Rc4 RC4 encryption.
4Rc2 RC2 encryption.
5Idea International Data Encryption Algorithm.
6Fortezza Fortezza encryption.
7Aes Advanced Encryption Standard (AES)

Example

For an example, refer to SetTlsClientCertificate.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly