Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

SafeEvpPKeyHandle.OpenSslVersion Property

Definition

Namespace:
System.Security.Cryptography
Assembly:
System.Security.Cryptography.dll
Assembly:
System.Security.Cryptography.OpenSsl.dll
Assemblies:
System.Security.Cryptography.dll, System.Security.Cryptography.OpenSsl.dll
Source:
SafeEvpPKeyHandle.OpenSsl.Unix.cs
Source:
SafeEvpPKeyHandle.OpenSsl.Unix.cs
Source:
SafeEvpPKeyHandle.OpenSsl.cs
Source:
SafeEvpPKeyHandle.OpenSsl.cs
Source:
SafeEvpPKeyHandle.OpenSsl.Unix.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets a value representing the version number as reported by the loaded version of OpenSSL.

public:
 static property long OpenSslVersion { long get(); };
[System.Runtime.Versioning.UnsupportedOSPlatform("android")]
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
[System.Runtime.Versioning.UnsupportedOSPlatform("ios")]
[System.Runtime.Versioning.UnsupportedOSPlatform("tvos")]
[System.Runtime.Versioning.UnsupportedOSPlatform("windows")]
public static long OpenSslVersion { get; }
public static long OpenSslVersion { get; }
[<System.Runtime.Versioning.UnsupportedOSPlatform("android")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("ios")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("tvos")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("windows")>]
static member OpenSslVersion : int64
static member OpenSslVersion : int64
Public Shared ReadOnly Property OpenSslVersion As Long

Property Value

A value representing the version number as reported by the loaded version of OpenSSL.

Attributes

Remarks

Before using SafeEvpPKeyHandle to perform interop with OpenSSL a caller must ensure that the version of OpenSSL they are calling is the same as the version the .NET runtime is calling, and not a side-by-side version.

For OpenSSL 1.1.0 and newer, this value is reported from the OpenSSL_version_num() function. When an older version of OpenSSL is in use, this value is reported from the SSLeay() function.

Callers are encouraged to only perform an equality check with this value.

Applies to


Feedback

Was this page helpful?