AuthenticationFeature.MinimumFrameworkVersion Property

Definition

Gets the minimum required .NET Framework version.

public:
 virtual property Version ^ MinimumFrameworkVersion { Version ^ get(); };
public virtual Version MinimumFrameworkVersion { get; }
member this.MinimumFrameworkVersion : Version
Public Overridable ReadOnly Property MinimumFrameworkVersion As Version

Property Value

A Version object that indicates the minimum required .NET Framework version.

Applies to