AuthenticationFeature.FxVersionNotRequired Field

Definition

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);  

Applies to