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