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)
171
PathWithHash pathWithHash = new
PathWithHash
(itemToSign.FullPath, contentHash);
842
PathWithHash nestedFile = new
PathWithHash
(tempPath, entry.ContentHash);
13 references to PathWithHash
Microsoft.DotNet.SignTool (13)
src\Configuration.cs (10)
171
PathWithHash
pathWithHash = new PathWithHash(itemToSign.FullPath, contentHash);
210
private FileSignInfo TrackFile(
PathWithHash
file,
PathWithHash
parentContainer, string collisionPriorityId)
303
PathWithHash
file,
304
PathWithHash
parentContainer,
561
bool IsSigned(
PathWithHash
file, SigningStatus signingStatus)
579
bool IsStrongNameSigned(
PathWithHash
file)
605
private void Check3rdPartyMicrosoftSignatureMismatch(
PathWithHash
file, PEInfo peInfo, SignInfo signInfo)
842
PathWithHash
nestedFile = new PathWithHash(tempPath, entry.ContentHash);
886
private bool ShouldUseDetachedSignature(
PathWithHash
file, SignInfo signInfo)
src\FileSignInfo.cs (2)
23
internal readonly
PathWithHash
File;
134
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