1 write to FullPath
Microsoft.DotNet.SignCheckLibrary (1)
Verification\SignatureVerificationResult.cs (1)
195
FullPath
= Path.GetFullPath(path);
14 references to FullPath
Microsoft.DotNet.SignCheckLibrary (14)
Verification\ArchiveVerifier.cs (1)
28
using (ZipArchive zipArchive = ZipFile.OpenRead(svr.
FullPath
))
Verification\ExeVerifier.cs (2)
30
Log.WriteMessage(LogVerbosity.Detailed, SignCheckResources.WixBundle, svr.
FullPath
);
38
Output o = unbinder.Unbind(svr.
FullPath
, OutputType.Bundle, svr.TempPath);
Verification\FileVerifier.cs (1)
196
svr.AddDetail(DetailKeys.File, SignCheckResources.DetailFullName, svr.
FullPath
);
Verification\LzmaVerifier.cs (1)
20
string fullPath = svr.
FullPath
;
Verification\MsiVerifier.cs (2)
30
using (var installPackage = new InstallPackage(svr.
FullPath
, DatabaseOpenMode.Transact, sourceDir: null, workingDir: svr.TempPath))
69
using (var installDatabase = new Database(svr.
FullPath
, DatabaseOpenMode.ReadOnly))
Verification\NupkgVerifier.cs (1)
25
string fullPath = svr.
FullPath
;
Verification\PortableExecutableVerifier.cs (3)
37
PEHeader = new PortableExecutableHeader(svr.
FullPath
);
59
int hresult = StrongName.ClrStrongName.StrongNameSignatureVerificationEx(svr.
FullPath
, fForceVerification: true, pfWasVerified: out wasVerified);
70
hresult = StrongName.GetStrongNameTokenFromAssembly(svr.
FullPath
, out publicToken);
Verification\VsixVerifier.cs (1)
27
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
;