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