2 references to IsSignedPkgOrAppBundle
Microsoft.DotNet.SignTool (2)
src\Configuration.cs (1)
422isAlreadyAuthenticodeSigned = IsSigned(file, VerifySignatures.IsSignedPkgOrAppBundle(_log, file.FullPath, _pkgToolPath));
src\RealSignTool.cs (1)
125return VerifySignatures.IsSignedPkgOrAppBundle(log, fullPath, pkgToolPath);