3 references to PathWithHash
Microsoft.DotNet.SignTool (3)
src\BatchSignUtil.cs (1)
190
new FileSignInfo(new
PathWithHash
(engine.Key.FileName, engine.Value.ContentHash), engine.Value.SignInfo)));
src\Configuration.cs (2)
168
PathWithHash pathWithHash = new
PathWithHash
(itemToSign.FullPath, contentHash);
796
PathWithHash nestedFile = new
PathWithHash
(tempPath, contentHash);