1 write to ArchivePath
Microsoft.DotNet.SignCheckLibrary (1)
Verification\Jar\JarFile.cs (1)
94
ArchivePath
= path;
4 references to ArchivePath
Microsoft.DotNet.SignCheckLibrary (4)
Verification\Jar\JarFile.cs (4)
55
_manifest = new JarManifestFile(
ArchivePath
);
97
using (ZipArchive jarArchive = ZipFile.OpenRead(
ArchivePath
))
177
using (ZipArchive archive = ZipFile.Open(
ArchivePath
, ZipArchiveMode.Read))
195
signatureFiles.Add(new JarSignatureFile(
ArchivePath
, file.FullName, rsaEntry?.FullName, dsaEntry?.FullName));