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