Visual Basic (Declaration) | |
---|---|
Public Property Options As DicomOpenSslOptionsFlags |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public DicomOpenSslOptionsFlags Options {get; set;} |
C++/CLI | |
---|---|
public: property DicomOpenSslOptionsFlags Options { DicomOpenSslOptionsFlags get(); void set (DicomOpenSslOptionsFlags value); } |
Return Value
The restrictive and bug workaround options. The default value is the combination (DicomOpenSslOptionsFlags.NoSslV3 | DicomOpenSslOptionsFlags.NoSslV2 | DicomOpenSslOptionsFlags.AllBugWorkarounds).For an example, refer to DicomNet.Initialize.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family