5 references to SignedFileContentKey
Microsoft.DotNet.SignTool (5)
src\Configuration.cs (4)
145
var fileUniqueKey = new
SignedFileContentKey
(contentHash, Path.GetFileName(fullPath));
285
SignedFileContentKey signedFileContentKey = new
SignedFileContentKey
(file.ContentHash, file.FileName);
302
new
SignedFileContentKey
(parentContainer.ContentHash, parentContainer.FileName);
661
var fileUniqueKey = new
SignedFileContentKey
(contentHash, Path.GetFileName(relativePath));
src\FileSignInfo.cs (1)
106
FileContentKey = new
SignedFileContentKey
(File.ContentHash, File.FileName);