AuthenticationFeature.FxVersion11 Field

Definition

Specifies the 1.1 version of the .NET Framework.

protected: static initonly Version ^ FxVersion11;
protected static readonly Version FxVersion11;
 staticval mutable FxVersion11 : Version
Protected Shared ReadOnly FxVersion11 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