Options Property

Summary

Gets the restrictive and bug workaround options.

Syntax
C#
VB
C++
public DicomOpenSslOptionsFlags Options {get;} 
  
ReadOnly Property Options As DicomOpenSslOptionsFlags 
property DicomOpenSslOptionsFlags Options { 
   DicomOpenSslOptionsFlags get(); 
} 

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 IDicomSecurityCiphers.

Requirements

Target Platforms

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

Leadtools.Dicom.AddIn Assembly