1 write to ContentHash
Microsoft.DotNet.SignTool (1)
src\PathWithHash.cs (1)
36
ContentHash
= contentHash;
7 references to ContentHash
Microsoft.DotNet.SignTool (7)
src\Configuration.cs (3)
306
SignedFileContentKey signedFileContentKey = new SignedFileContentKey(file.
ContentHash
, file.FileName);
310
if (file.
ContentHash
== ContentUtil.EmptyFileContentHash)
331
new SignedFileContentKey(parentContainer.
ContentHash
, parentContainer.FileName);
src\FileSignInfo.cs (4)
18
internal ImmutableArray<byte> ContentHash => File.
ContentHash
;
127
Debug.Assert(!pathWithHash.
ContentHash
.IsDefault && pathWithHash.
ContentHash
.Length == 256 / 8);
131
FileContentKey = new SignedFileContentKey(File.
ContentHash
, File.FileName);