←Select platform

DicomSslMethodType Enumeration

Summary

Specifies the SSL method type used for security verification.

Syntax

C#
VB
C++
public enum DicomSslMethodType   
Public Enum DicomSslMethodType  
    
    
public enum class DicomSslMethodType   

Members

ValueMemberDescription
1SslV2 Use Secure Sockets Layer (SSL) Version 2. Avoid using SSL Version 2 because this version is known to have security flaws.
2SslV3 Use Secure Sockets Layer (SSL) Version 3.
3TlsV1 Use Transport Layer Security (TLS) Version 1.
4SslV23 Use a compatible security verification mode. This mode can handle any of the three modes (SslV2, SslV3, TlsV1).
Example

For an example, refer to Initialize.

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