11 references to ContentUtil
Microsoft.DotNet.SignTool (11)
src\Configuration.cs (6)
148
var contentHash =
ContentUtil
.GetContentHash(fullPath);
353
isAlreadySigned =
ContentUtil
.IsAuthenticodeSigned(stream);
542
bool isManaged =
ContentUtil
.IsManaged(fullPath);
549
bool isCrossgened =
ContentUtil
.IsCrossgened(fullPath);
550
string publicKeyToken =
ContentUtil
.GetPublicKeyToken(fullPath);
688
ImmutableArray<byte> contentHash =
ContentUtil
.GetContentHash(entryMemoryStream);
src\FileSignInfo.cs (2)
62
internal bool IsManaged() =>
ContentUtil
.IsManaged(FullPath);
64
internal bool IsCrossgened() =>
ContentUtil
.IsCrossgened(FullPath);
src\RealSignTool.cs (2)
76
if (!
ContentUtil
.IsPublicSigned(peReader))
94
return
ContentUtil
.IsAuthenticodeSigned(assemblyStream);
src\SignedFileContentKey.cs (1)
37
StringHash =
ContentUtil
.HashToString(contentHash);