3 instantiations of PathWithHash
Microsoft.DotNet.SignTool (3)
src\BatchSignUtil.cs (1)
190
new FileSignInfo(new
PathWithHash
(engine.Key.FileName, engine.Value.ContentHash), engine.Value.SignInfo)));
src\Configuration.cs (2)
164
PathWithHash pathWithHash = new
PathWithHash
(itemToSign.FullPath, contentHash);
782
PathWithHash nestedFile = new
PathWithHash
(tempPath, contentHash);
11 references to PathWithHash
Microsoft.DotNet.SignTool (11)
src\Configuration.cs (8)
164
PathWithHash
pathWithHash = new PathWithHash(itemToSign.FullPath, contentHash);
203
private FileSignInfo TrackFile(
PathWithHash
file,
PathWithHash
parentContainer, string collisionPriorityId)
288
PathWithHash
file,
289
PathWithHash
parentContainer,
545
bool IsSigned(
PathWithHash
file, SigningStatus signingStatus)
563
bool IsStrongNameSigned(
PathWithHash
file)
782
PathWithHash
nestedFile = new PathWithHash(tempPath, contentHash);
src\FileSignInfo.cs (2)
20
internal readonly
PathWithHash
File;
131
internal FileSignInfo(
PathWithHash
pathWithHash, SignInfo signInfo, string targetFramework = null, string wixContentFilePath = null, bool hasSignableParts = false)
src\SignedFileContentKey.cs (1)
16
/// This contrasts with <seealso cref="
PathWithHash
"/>, which is a helper data structure