1 write to StringHash
Microsoft.DotNet.SignTool (1)
src\SignedFileContentKey.cs (1)
37StringHash = ContentUtil.HashToString(contentHash);
5 references to StringHash
Microsoft.DotNet.SignTool (5)
src\Configuration.cs (2)
237_log.LogMessage(MessageImportance.Low, $"Caching file {fileSignInfo.FileContentKey.FileName} {fileSignInfo.FileContentKey.StringHash}"); 717string extractPathRoot = _useHashInExtractionPath ? fileUniqueKey.StringHash : _filesByContentKey.Count().ToString();
src\SignedFileContentKey.cs (3)
45=> Hash.Combine(FileName, StringHash.GetHashCode()); 48=> FileName == other.FileName && StringHash == other.StringHash;