6 references to JarResources
Microsoft.DotNet.SignCheckLibrary (6)
Verification\Jar\JarFile.cs (1)
120
JarError.AddError(
JarResources
.MissingSignatureOrManifestFile);
Verification\Jar\JarManifestFile.cs (1)
58
JarError.AddError(String.Format(
JarResources
.ManifestEntryDigestMismatch, entry.Name, entry.DigestValue, hashDigest));
Verification\Jar\JarResources.Designer.cs (1)
42
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.SignCheck.Verification.Jar.JarResources", typeof(
JarResources
).Assembly);
Verification\Jar\JarSignatureFile.cs (3)
155
JarError.AddError(String.Format(
JarResources
.SignatureFileEntryDigestMismatch, signatureFileEntry.Name, SignatureFilePath, computedDigest, signatureFileEntry.DigestValue));
162
JarError.AddError(String.Format(
JarResources
.MissingManifestEntry, signatureFileEntry.Name, SignatureFilePath));
179
JarError.AddError(String.Format(
JarResources
.MissingSignatureBlockFile, BaseFilename + ".RSA", BaseFilename + ".DSA"));