C#
VB
C++
If DicomOpenSslVersion.IsAvailable is true , InstalledVersion contains the specific version of the located OpenSSL libraries.
public string InstalledVersion { get; set; }
Public Property InstalledVersion() As String
Get
Set
public:
property String^ InstalledVersion
{
String^ get()
void set(String^ value)
}
A string containing the specific version of the located OpenSSL libraries.
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.