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