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