[FlagsAttribute()]
public enum DicomOpenSslOptionsFlags
<FlagsAttribute()>
Public Enum DicomOpenSslOptionsFlags
[FlagsAttribute()]
public enum class DicomOpenSslOptionsFlags
Value | Member | Description |
---|---|---|
0x00000000 | None | None. |
0x80000BFF | AllBugWorkarounds | Implement all known SSL bug workarounds so that communication with peers with such SSL bugs can be established. |
0x01000000 | NoSslV2 | Ignore the SSL Version 2 protocol. |
0x02000000 | NoSslV3 | Ignore the SSL Version 3 protocol. |
0x04000000 | NoTlsV1 | Ignore the TLS Version 1 protocol. |
The members DicomOpenSslOptionsFlags.NoSslV2, DicomOpenSslOptionsFlags.NoSslV3, and DicomOpenSslOptionsFlags.NoTlsV1 are used to limit the protocols available when the SSL method type is set to DicomSslMethodType.SSLV23.
For an example, refer to Initialize.
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