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