2 references to s_testDataPath
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));