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