6 references to SignedFileContentKey
Microsoft.DotNet.SignTool (6)
src\BatchSignUtil.cs (1)
178
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);
306
new
SignedFileContentKey
(parentContainer.ContentHash, parentContainer.FileName);
690
var fileUniqueKey = new
SignedFileContentKey
(contentHash, Path.GetFileName(relativePath));
src\FileSignInfo.cs (1)
111
FileContentKey = new
SignedFileContentKey
(File.ContentHash, File.FileName);