1 write to File
Microsoft.DotNet.SignTool (1)
src\FileSignInfo.cs (1)
117
File
= pathWithHash;
7 references to File
Microsoft.DotNet.SignTool (7)
src\Configuration.cs (1)
731
fileSignInfo = TrackFile(nestedFile, zipFileSignInfo.
File
, collisionPriorityId);
src\FileSignInfo.cs (6)
14
internal string FileName =>
File
.FileName;
15
internal string FullPath =>
File
.FullPath;
17
internal ImmutableArray<byte> ContentHash =>
File
.ContentHash;
118
FileContentKey = new SignedFileContentKey(
File
.ContentHash,
File
.FileName);
132
=> new FileSignInfo(
File
, SignInfo.WithIsAlreadySigned(false), TargetFramework, WixContentFilePath, true);