←Select platform

InstalledVersion Property

Summary

If DicomOpenSslVersion.IsAvailable is true , InstalledVersion contains the specific version of the located OpenSSL libraries.

Syntax
C#
VB
C++
public string InstalledVersion { get; set; } 
Public Property InstalledVersion() As String 
   Get 
   Set 
public:  
   property String^ InstalledVersion 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

A string containing the specific version of the located OpenSSL libraries.

Remarks

A call to GetOpenSslVersion returns a DicomOpenSslVersion structure that contains information about the availability and version of the OpenSSL libraries.

If IsAvailable is true , then the OpenSSL libraries were successfully located, and the InstalledVersion member contains the specific version of the OpenSSL libraries.

Example

For an example, refer to GetOpenSslVersion

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.