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