1 write to FullPath
Microsoft.DotNet.SignTool (1)
ItemToSign.cs (1)
14
FullPath
= fullPath;
6 references to FullPath
Microsoft.DotNet.SignTool (6)
src\Configuration.cs (6)
143
_wixPacks = _itemsToSign.Where(w => WixPackInfo.IsWixPack(w.
FullPath
))?.Select(s => new WixPackInfo(s.
FullPath
)).ToList();
156
var contentHash = ContentUtil.GetContentHash(itemToSign.
FullPath
);
157
var fileUniqueKey = new SignedFileContentKey(contentHash, Path.GetFileName(itemToSign.
FullPath
));
164
packages.Add(itemToSign.
FullPath
);
168
PathWithHash pathWithHash = new PathWithHash(itemToSign.
FullPath
, contentHash);