AuthenticationFeature.FxVersion20 Field
Definition
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.
Specifies the 2.0 version of the .NET Framework.
protected: static initonly Version ^ FxVersion20;
protected static readonly Version FxVersion20;
staticval mutable FxVersion20 : Version
Protected Shared ReadOnly FxVersion20 As Version
Field Value
Examples
protected static readonly Version FxVersionNotRequired = new Version(0, 0);
protected static readonly Version FxVersion10 = new Version(1, 0);
protected static readonly Version FxVersion11 = new Version(1, 1);
protected static readonly Version FxVersion20 = new Version(2, 0);