10 references to s_snPath
Microsoft.DotNet.SignTool.Tests (10)
SignToolTests.cs (10)
341
var configuration = new Configuration(signToolArgs.TempDir, itemsToSign, strongNameSignInfo, fileSignInfo, extensionsSignInfo, additionalCertificateInfo, tarToolPath: s_tarToolPath, pkgToolPath: s_pkgToolPath, snPath:
s_snPath
, task.Log);
387
var signingInput = new Configuration(_tmpDir, itemsToSign, strongNameSignInfo, fileSignInfo, extensionsSignInfo, additionalCertificateInfo, tarToolPath: s_tarToolPath, pkgToolPath: s_pkgToolPath, snPath:
s_snPath
, task.Log).GenerateListOfFiles();
523
var signingInput = new Configuration(_tmpDir, itemsToSign, strongNameSignInfo, fileSignInfo, s_fileExtensionSignInfo, null, tarToolPath: s_tarToolPath, pkgToolPath: s_pkgToolPath, snPath:
s_snPath
, task.Log).GenerateListOfFiles();
2862
snPath:
s_snPath
,
2912
snPath:
s_snPath
,
3137
StrongNameHelper.IsSigned_Legacy(GetResourcePath("SignedLibrary.dll"),
s_snPath
).Should().BeTrue();
3138
StrongNameHelper.IsSigned_Legacy(GetResourcePath("StrongNamedWithEcmaKey.dll"),
s_snPath
).Should().BeTrue();
3153
StrongNameHelper.IsSigned_Legacy(resourcePath,
s_snPath
).Should().Be(
3165
StrongNameHelper.IsSigned_Legacy(resourcePath,
s_snPath
).Should().Be(initiallySigned);
3168
StrongNameHelper.Sign_Legacy(resourcePath, GetResourcePath(key),
s_snPath
).Should().BeTrue();