10 references to ContentUtil
Microsoft.DotNet.SignTool (10)
src\Configuration.cs (6)
152var contentHash = ContentUtil.GetContentHash(itemToSign.FullPath); 306if (file.ContentHash == ContentUtil.EmptyFileContentHash) 606bool isManaged = ContentUtil.IsManaged(fullPath); 613bool isCrossgened = ContentUtil.IsCrossgened(fullPath); 614string publicKeyToken = ContentUtil.GetPublicKeyToken(fullPath); 752ImmutableArray<byte> contentHash = ContentUtil.GetContentHash(entryMemoryStream);
src\FileSignInfo.cs (2)
77internal bool IsManaged() => ContentUtil.IsManaged(FullPath); 79internal bool IsCrossgened() => ContentUtil.IsCrossgened(FullPath);
src\SignedFileContentKey.cs (1)
37StringHash = ContentUtil.HashToString(contentHash);
src\StrongName.cs (1)
232if (!ContentUtil.IsPublicSigned(peReader))