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