←Select platform

DicomOpenSslOptionsFlags Enumeration

Summary
Specifies restrictive and bug workaround options.
Syntax
C#
VB
C++
[FlagsAttribute()] 
public enum DicomOpenSslOptionsFlags   
<FlagsAttribute()> 
Public Enum DicomOpenSslOptionsFlags  
[FlagsAttribute()] 
public enum class DicomOpenSslOptionsFlags   
Members
ValueMemberDescription
0x00000000None None.
0x80000BFFAllBugWorkarounds Implement all known SSL bug workarounds so that communication with peers with such SSL bugs can be established.
0x01000000NoSslV2 Ignore the SSL Version 2 protocol.
0x02000000NoSslV3 Ignore the SSL Version 3 protocol.
0x04000000NoTlsV1 Ignore the TLS Version 1 protocol.
Remarks

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.

Example

For an example, refer to Initialize.

Requirements

Target Platforms

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

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.