5 references to Signature
dotnet (3)
Commands\Workload\SignCheck.cs (1)
38return Signature.IsAuthenticodeSigned(s_dotnet, AllowOnlineRevocationChecks()) == 0;
Installer\Windows\MsiPackageCache.cs (2)
158int result = Signature.IsAuthenticodeSigned(msiPath, _allowOnlineRevocationChecks); 165result = Signature.HasMicrosoftTrustedRoot(msiPath);
dotnet.Tests (2)
WindowsInstallerTests.cs (2)
145int status = Signature.IsAuthenticodeSigned(Path.Combine(s_testDataPath, file)); 164int result = Signature.HasMicrosoftTrustedRoot(Path.Combine(s_testDataPath, file));