AuthenticationFeature.FxVersionNotRequired 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 0.0 version of the .NET Framework.
protected: static initonly Version ^ FxVersionNotRequired;
protected static readonly Version FxVersionNotRequired;
staticval mutable FxVersionNotRequired : Version
Protected Shared ReadOnly FxVersionNotRequired 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);