8 references to OSVersion
Microsoft.AspNetCore.Cryptography.Internal (8)
Cng\OSVersionUtil.cs (8)
11private static readonly OSVersion _osVersion = GetOSVersion(); 13private static OSVersion GetOSVersion() 18return OSVersion.NotWindows; 29return OSVersion.Win8OrLater; 34return OSVersion.Win7OrLater; 40return OSVersion.NotWindows; 46return (_osVersion >= OSVersion.Win7OrLater); 51return (_osVersion >= OSVersion.Win8OrLater);