Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum DicomOpenSslOptionsFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomOpenSslOptionsFlags |
C# | |
---|---|
[FlagsAttribute()] public enum DicomOpenSslOptionsFlags : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class DicomOpenSslOptionsFlags : public System.Enum, IComparable, IConvertible, 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. |
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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)