1 write to FullPath
Microsoft.DotNet.SignCheckLibrary (1)
Verification\SignatureVerificationResult.cs (1)
195
FullPath
= Path.GetFullPath(path);
6 references to FullPath
Microsoft.DotNet.SignCheckLibrary (6)
Verification\ArchiveVerifier.cs (1)
28
using (ZipArchive zipArchive = ZipFile.OpenRead(svr.
FullPath
))
Verification\FileVerifier.cs (1)
196
svr.AddDetail(DetailKeys.File, SignCheckResources.DetailFullName, svr.
FullPath
);
Verification\LzmaVerifier.cs (1)
20
string fullPath = svr.
FullPath
;
Verification\NupkgVerifier.cs (1)
25
string fullPath = svr.
FullPath
;
Verification\XmlVerifier.cs (1)
26
svr.IsSigned = IsSigned(svr.
FullPath
, out xmlCertificate);
Verification\ZipVerifier.cs (1)
18
string fullPath = svr.
FullPath
;