10 references to ContentUtil
Microsoft.DotNet.SignTool (10)
src\Configuration.cs (6)
152
var contentHash =
ContentUtil
.GetContentHash(itemToSign.FullPath);
306
if (file.ContentHash ==
ContentUtil
.EmptyFileContentHash)
606
bool isManaged =
ContentUtil
.IsManaged(fullPath);
613
bool isCrossgened =
ContentUtil
.IsCrossgened(fullPath);
614
string publicKeyToken =
ContentUtil
.GetPublicKeyToken(fullPath);
752
ImmutableArray<byte> contentHash =
ContentUtil
.GetContentHash(entryMemoryStream);
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\StrongName.cs (1)
232
if (!
ContentUtil
.IsPublicSigned(peReader))