6 references to SignedFileContentKey
Microsoft.DotNet.SignTool (6)
src\BatchSignUtil.cs (1)
179
var fileUniqueKey = new
SignedFileContentKey
(file.ContentHash, engineFileName);
src\Configuration.cs (4)
149
var fileUniqueKey = new
SignedFileContentKey
(contentHash, Path.GetFileName(fullPath));
289
SignedFileContentKey signedFileContentKey = new
SignedFileContentKey
(file.ContentHash, file.FileName);
314
new
SignedFileContentKey
(parentContainer.ContentHash, parentContainer.FileName);
710
var fileUniqueKey = new
SignedFileContentKey
(contentHash, Path.GetFileName(relativePath));
src\FileSignInfo.cs (1)
118
FileContentKey = new
SignedFileContentKey
(File.ContentHash, File.FileName);