2 references to IsSignedRpm
Microsoft.DotNet.SignTool (2)
src\Configuration.cs (1)
438isAlreadyAuthenticodeSigned = IsSigned(file, VerifySignatures.IsSignedRpm(_log, file.FullPath));;
src\RealSignTool.cs (1)
104return VerifySignatures.IsSignedRpm(log, filePath);