Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum DicomOpenSslOptionsFlags Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FlagsAttribute()] public enum DicomOpenSslOptionsFlags : Enum |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class DicomOpenSslOptionsFlags : public Enum |
Member | Description |
---|---|
None | None. |
NoSslV2 | Ignore the SSL Version 2 protocol. |
NoSslV3 | Ignore the SSL Version 3 protocol. |
NoTlsV1 | Ignore the TLS Version 1 protocol. |
AllBugWorkarounds | Implement all known SSL bug workarounds so that communication with peers with such SSL bugs can be established. |
For an example, refer to DicomNet.Initialize.
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.
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomOpenSslOptionsFlags
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family