Gets or sets the restrictive and bug workaround options.
public DicomOpenSslOptionsFlags Options { get; set; }
Public Property Options As Leadtools.Dicom.DicomOpenSslOptionsFlags
public:
property Leadtools.Dicom.DicomOpenSslOptionsFlags Options {
Leadtools.Dicom.DicomOpenSslOptionsFlags get();
void set ( Leadtools.Dicom.DicomOpenSslOptionsFlags value);
}
The restrictive and bug workaround options. The default value is the combination (DicomOpenSslOptionsFlags.NoSslV3 | DicomOpenSslOptionsFlags.NoSslV2 | DicomOpenSslOptionsFlags.AllBugWorkarounds).
For an example, refer to Initialize.
DicomOpenSslContextCreationSettings Class
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET