2 references to HasMicrosoftTrustedRoot
dotnet (1)
Installer\Windows\MsiPackageCache.cs (1)
165result = Signature.HasMicrosoftTrustedRoot(msiPath);
dotnet.Tests (1)
WindowsInstallerTests.cs (1)
164int result = Signature.HasMicrosoftTrustedRoot(Path.Combine(s_testDataPath, file));