10 references to ContentUtil
Microsoft.DotNet.SignTool (10)
src\Configuration.cs (5)
159
var contentHash =
ContentUtil
.GetContentHash(itemToSign.FullPath);
313
if (file.ContentHash ==
ContentUtil
.EmptyFileContentHash)
642
bool isManaged =
ContentUtil
.IsManaged(fullPath);
649
bool isCrossgened =
ContentUtil
.IsCrossgened(fullPath);
650
string publicKeyToken =
ContentUtil
.GetPublicKeyToken(fullPath);
src\FileSignInfo.cs (2)
77
internal bool IsManaged() =>
ContentUtil
.IsManaged(FullPath);
79
internal bool IsCrossgened() =>
ContentUtil
.IsCrossgened(FullPath);
src\SignedFileContentKey.cs (1)
37
StringHash =
ContentUtil
.HashToString(contentHash);
src\ZipDataEntry.cs (2)
41
_contentHash =
ContentUtil
.GetContentHash(_stream);
56
_contentHash =
ContentUtil
.GetContentHash(contentHashStream);