12 references to IsSigned
Microsoft.DotNet.SignTool (2)
src\Configuration.cs (1)
565
bool isAlreadyStrongNamed = StrongName.
IsSigned
(file.FullPath, snPath: _snPath, log: _log);
src\RealSignTool.cs (1)
94
return StrongName.
IsSigned
(fileFullPath, snPath:_snPath, log: _log) ? SigningStatus.Signed : SigningStatus.NotSigned;
Microsoft.DotNet.SignTool.Tests (10)
SignToolTests.cs (10)
3031
StrongName.
IsSigned
(GetResourcePath("AspNetCoreCrossLib.dll")).Should().BeFalse();
3032
StrongName.
IsSigned
(GetResourcePath("CoreLibCrossARM.dll")).Should().BeFalse();
3033
StrongName.
IsSigned
(GetResourcePath("EmptyPKT.dll")).Should().BeFalse();
3034
StrongName.
IsSigned
(GetResourcePath("DelaySigned.dll")).Should().BeFalse();
3035
StrongName.
IsSigned
(GetResourcePath("ProjectOne.dll")).Should().BeFalse();
3142
StrongName.
IsSigned
(GetResourcePath("SignedLibrary.dll")).Should().BeTrue();
3143
StrongName.
IsSigned
(GetResourcePath("StrongNamedWithEcmaKey.dll")).Should().BeTrue();
3160
StrongName.
IsSigned
(resourcePath).Should().Be(initiallySigned);
3162
StrongName.
IsSigned
(resourcePath).Should().BeTrue();
3181
StrongName.
IsSigned
(resourcePath).Should().BeTrue();