10 references to s_snPath
Microsoft.DotNet.SignTool.Tests (10)
SignToolTests.cs (10)
345
var configuration = new Configuration(signToolArgs.TempDir, itemsToSign, strongNameSignInfo, fileSignInfo, extensionsSignInfo, additionalCertificateInfo, null, pkgToolPath: s_pkgToolPath, snPath:
s_snPath
, task.Log);
393
skip3rdPartyCheckFiles, pkgToolPath: s_pkgToolPath, snPath:
s_snPath
, task.Log).GenerateListOfFiles();
597
var signingInput = new Configuration(_tmpDir, itemsToSign, strongNameSignInfo, fileSignInfo, s_fileExtensionSignInfo, null, null, pkgToolPath: s_pkgToolPath, snPath:
s_snPath
, task.Log).GenerateListOfFiles();
3297
snPath:
s_snPath
,
3353
snPath:
s_snPath
,
3577
StrongNameHelper.IsSigned_Legacy(GetResourcePath("SignedLibrary.dll"),
s_snPath
).Should().BeTrue();
3578
StrongNameHelper.IsSigned_Legacy(GetResourcePath("StrongNamedWithEcmaKey.dll"),
s_snPath
).Should().BeTrue();
3593
StrongNameHelper.IsSigned_Legacy(resourcePath,
s_snPath
).Should().Be(
3605
StrongNameHelper.IsSigned_Legacy(resourcePath,
s_snPath
).Should().Be(initiallySigned);
3608
StrongNameHelper.Sign_Legacy(resourcePath, GetResourcePath(key),
s_snPath
).Should().BeTrue();