12 references to IsSigned
Microsoft.DotNet.SignTool (2)
src\Configuration.cs (1)
377
isAlreadyStrongNamed = StrongName.
IsSigned
(file.FullPath, snPath:_snPath, log: _log);
src\RealSignTool.cs (1)
105
return StrongName.
IsSigned
(fileFullPath, snPath:_snPath, log: _log);
Microsoft.DotNet.SignTool.Tests (10)
SignToolTests.cs (10)
2758
StrongName.
IsSigned
(GetResourcePath("AspNetCoreCrossLib.dll")).Should().BeFalse();
2759
StrongName.
IsSigned
(GetResourcePath("CoreLibCrossARM.dll")).Should().BeFalse();
2760
StrongName.
IsSigned
(GetResourcePath("EmptyPKT.dll")).Should().BeFalse();
2761
StrongName.
IsSigned
(GetResourcePath("DelaySigned.dll")).Should().BeFalse();
2762
StrongName.
IsSigned
(GetResourcePath("ProjectOne.dll")).Should().BeFalse();
2869
StrongName.
IsSigned
(GetResourcePath("SignedLibrary.dll")).Should().BeTrue();
2870
StrongName.
IsSigned
(GetResourcePath("StrongNamedWithEcmaKey.dll")).Should().BeTrue();
2887
StrongName.
IsSigned
(resourcePath).Should().Be(initiallySigned);
2889
StrongName.
IsSigned
(resourcePath).Should().BeTrue();
2908
StrongName.
IsSigned
(resourcePath).Should().BeTrue();