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