6 references to SignedFileContentKey
Microsoft.DotNet.SignTool (6)
src\BatchSignUtil.cs (1)
182
var fileUniqueKey = new
SignedFileContentKey
(file.ContentHash, engineFileName);
src\Configuration.cs (4)
153
var fileUniqueKey = new
SignedFileContentKey
(contentHash, Path.GetFileName(itemToSign.FullPath));
302
SignedFileContentKey signedFileContentKey = new
SignedFileContentKey
(file.ContentHash, file.FileName);
327
new
SignedFileContentKey
(parentContainer.ContentHash, parentContainer.FileName);
754
var fileUniqueKey = new
SignedFileContentKey
(contentHash, Path.GetFileName(relativePath));
src\FileSignInfo.cs (1)
138
FileContentKey = new
SignedFileContentKey
(File.ContentHash, File.FileName);