1 write to DigestValue
Microsoft.DotNet.SignCheckLibrary (1)
Verification\Jar\JarIndividualEntry.cs (1)
80DigestValue = Attributes[digestAttributeKey];
2 references to DigestValue
Microsoft.DotNet.SignCheckLibrary (2)
Verification\Jar\JarManifestFile.cs (2)
56if (!String.Equals(entry.DigestValue, hashDigest)) 58JarError.AddError(String.Format(JarResources.ManifestEntryDigestMismatch, entry.Name, entry.DigestValue, hashDigest));