1 write to ManifestText
Microsoft.DotNet.SignCheckLibrary (1)
Verification\Jar\JarManifestFileBase.cs (1)
107ManifestText = manifestStreamReader.ReadToEnd();
5 references to ManifestText
Microsoft.DotNet.SignCheckLibrary (5)
Verification\Jar\JarManifestFileBase.cs (5)
112int crNameIndex = ManifestText.IndexOf("\rName:"); 113int lfNameIndex = ManifestText.IndexOf("\nName:"); 117MainSectionText = ManifestText.Substring(0, mainSectionLength); 120IndividualSectionText = ManifestText.Substring(mainSectionLength); 135byte[] hashValue = hashAlgorithm.ComputeHash(new UTF8Encoding().GetBytes(ManifestText.ToCharArray()));