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