22 references to OSVersionUtil
Microsoft.AspNetCore.Cryptography.Internal (2)
CryptoUtil.cs (2)
38if (!OSVersionUtil.IsWindows()) 47if (!OSVersionUtil.IsWindows8OrLater())
Microsoft.AspNetCore.Cryptography.Internal.Tests (2)
src\DataProtection\shared\test\ConditionalRunTestOnlyWindows8OrLaterAttribute.cs (1)
12public bool IsMet => OSVersionUtil.IsWindows8OrLater();
src\DataProtection\shared\test\ConditionalRunTestOnlyWindowsAttribute.cs (1)
12public bool IsMet => OSVersionUtil.IsWindows();
Microsoft.AspNetCore.Cryptography.KeyDerivation (2)
PBKDF2\Pbkdf2Util.cs (2)
19if (OSVersionUtil.IsWindows8OrLater()) 24else if (OSVersionUtil.IsWindows())
Microsoft.AspNetCore.Cryptography.KeyDerivation.Tests (2)
src\DataProtection\shared\test\ConditionalRunTestOnlyWindows8OrLaterAttribute.cs (1)
12public bool IsMet => OSVersionUtil.IsWindows8OrLater();
src\DataProtection\shared\test\ConditionalRunTestOnlyWindowsAttribute.cs (1)
12public bool IsMet => OSVersionUtil.IsWindows();
Microsoft.AspNetCore.DataProtection (9)
AuthenticatedEncryption\AuthenticatedEncryptorFactory.cs (1)
80if (OSVersionUtil.IsWindows())
DataProtectionServiceCollectionExtensions.cs (1)
61if (OSVersionUtil.IsWindows())
EphemeralDataProtectionProvider.cs (1)
47if (OSVersionUtil.IsWindows())
KeyManagement\XmlKeyManager.cs (2)
666if (OSVersionUtil.IsWindows()) 691if (OSVersionUtil.IsWindows())
Secret.cs (3)
132if (!OSVersionUtil.IsWindows()) 180if (!OSVersionUtil.IsWindows()) 205if (!OSVersionUtil.IsWindows())
SP800_108\SP800_108_CTR_HMACSHA512Util.cs (1)
28if (OSVersionUtil.IsWindows8OrLater())
Microsoft.AspNetCore.DataProtection.Extensions.Tests (2)
src\DataProtection\shared\test\ConditionalRunTestOnlyWindows8OrLaterAttribute.cs (1)
12public bool IsMet => OSVersionUtil.IsWindows8OrLater();
src\DataProtection\shared\test\ConditionalRunTestOnlyWindowsAttribute.cs (1)
12public bool IsMet => OSVersionUtil.IsWindows();
Microsoft.AspNetCore.DataProtection.Tests (3)
KeyManagement\XmlKeyManagerTests.cs (1)
47if (OSVersionUtil.IsWindows())
src\DataProtection\shared\test\ConditionalRunTestOnlyWindows8OrLaterAttribute.cs (1)
12public bool IsMet => OSVersionUtil.IsWindows8OrLater();
src\DataProtection\shared\test\ConditionalRunTestOnlyWindowsAttribute.cs (1)
12public bool IsMet => OSVersionUtil.IsWindows();