12 references to ContentUtil
Microsoft.DotNet.SignTool (12)
src\Configuration.cs (7)
156
var contentHash =
ContentUtil
.GetContentHash(itemToSign.FullPath);
310
if (file.ContentHash ==
ContentUtil
.EmptyFileContentHash)
376
isAlreadyAuthenticodeSigned =
ContentUtil
.IsAuthenticodeSigned(file.FullPath);
620
bool isManaged =
ContentUtil
.IsManaged(fullPath);
627
bool isCrossgened =
ContentUtil
.IsCrossgened(fullPath);
628
string publicKeyToken =
ContentUtil
.GetPublicKeyToken(fullPath);
766
ImmutableArray<byte> contentHash =
ContentUtil
.GetContentHash(entryMemoryStream);
src\FileSignInfo.cs (2)
78
internal bool IsManaged() =>
ContentUtil
.IsManaged(FullPath);
80
internal bool IsCrossgened() =>
ContentUtil
.IsCrossgened(FullPath);
src\RealSignTool.cs (1)
95
return
ContentUtil
.IsAuthenticodeSigned(assemblyStream);
src\SignedFileContentKey.cs (1)
37
StringHash =
ContentUtil
.HashToString(contentHash);
src\StrongName.cs (1)
232
if (!
ContentUtil
.IsPublicSigned(peReader))