7 references to IsWindows8OrLater
Microsoft.AspNetCore.Cryptography.Internal (1)
CryptoUtil.cs (1)
47if (!OSVersionUtil.IsWindows8OrLater())
Microsoft.AspNetCore.Cryptography.Internal.Tests (1)
src\DataProtection\shared\test\ConditionalRunTestOnlyWindows8OrLaterAttribute.cs (1)
12public bool IsMet => OSVersionUtil.IsWindows8OrLater();
Microsoft.AspNetCore.Cryptography.KeyDerivation (1)
PBKDF2\Pbkdf2Util.cs (1)
19if (OSVersionUtil.IsWindows8OrLater())
Microsoft.AspNetCore.Cryptography.KeyDerivation.Tests (1)
src\DataProtection\shared\test\ConditionalRunTestOnlyWindows8OrLaterAttribute.cs (1)
12public bool IsMet => OSVersionUtil.IsWindows8OrLater();
Microsoft.AspNetCore.DataProtection (1)
SP800_108\SP800_108_CTR_HMACSHA512Util.cs (1)
28if (OSVersionUtil.IsWindows8OrLater())
Microsoft.AspNetCore.DataProtection.Extensions.Tests (1)
src\DataProtection\shared\test\ConditionalRunTestOnlyWindows8OrLaterAttribute.cs (1)
12public bool IsMet => OSVersionUtil.IsWindows8OrLater();
Microsoft.AspNetCore.DataProtection.Tests (1)
src\DataProtection\shared\test\ConditionalRunTestOnlyWindows8OrLaterAttribute.cs (1)
12public bool IsMet => OSVersionUtil.IsWindows8OrLater();