←Select platform

Options Property

Summary

Gets or sets the restrictive and bug workaround options.

Syntax
C#
VB
C++
public DicomOpenSslOptionsFlags Options { get; set; } 
Public Property Options As DicomOpenSslOptionsFlags 
public: 
property DicomOpenSslOptionsFlags Options { 
   DicomOpenSslOptionsFlags get(); 
   void set (    DicomOpenSslOptionsFlags value); 
} 

Property Value

The restrictive and bug workaround options. The default value is the combination (DicomOpenSslOptionsFlags.NoSslV3 | DicomOpenSslOptionsFlags.NoSslV2 | DicomOpenSslOptionsFlags.AllBugWorkarounds).

Example

For an example, refer to Initialize.

Requirements

Target Platforms

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

Leadtools.Dicom Assembly