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