Specifies the SSL method type used for security verification.
public enum DicomSslMethodType
Public Enum DicomSslMethodType
public enum class DicomSslMethodType
Value | Member | Description |
---|---|---|
1 | SslV2 | Use Secure Sockets Layer (SSL) Version 2. Avoid using SSL Version 2 because this version is known to have security flaws. |
2 | SslV3 | Use Secure Sockets Layer (SSL) Version 3. |
3 | TlsV1 | Use Transport Layer Security (TLS) Version 1. |
4 | SslV23 | Use a compatible security verification mode. This mode can handle any of the three modes (SslV2, SslV3, TlsV1). |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document