1 write to StringHash
Microsoft.DotNet.SignTool (1)
src\SignedFileContentKey.cs (1)
37
StringHash
= 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
}");
717
string extractPathRoot = _useHashInExtractionPath ? fileUniqueKey.
StringHash
: _filesByContentKey.Count().ToString();
src\SignedFileContentKey.cs (3)
45
=> Hash.Combine(FileName,
StringHash
.GetHashCode());
48
=> FileName == other.FileName &&
StringHash
== other.
StringHash
;