AuthenticationFeature.FxVersion20 Field

Definition

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

Applies to