Leadtools.Dicom Namespace : DicomOpenSslOptionsFlags Enumeration |
[FlagsAttribute()] public enum DicomOpenSslOptionsFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum DicomOpenSslOptionsFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As DicomOpenSslOptionsFlags
[FlagsAttribute()] public enum DicomOpenSslOptionsFlags : System.IComparable, System.IConvertible, System.IFormattable
ObjectiveC Syntax
Java Syntax
Leadtools.Dicom.DicomOpenSslOptionsFlags = function() { }; Leadtools.Dicom.DicomOpenSslOptionsFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] public enum class DicomOpenSslOptionsFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
AllBugWorkarounds | Implement all known SSL bug workarounds so that communication with peers with such SSL bugs can be established. |
None | None. |
NoSslV2 | Ignore the SSL Version 2 protocol. |
NoSslV3 | Ignore the SSL Version 3 protocol. |
NoTlsV1 | Ignore the TLS Version 1 protocol. |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomOpenSslOptionsFlags
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2