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