1 write to _snPath
Microsoft.DotNet.SignTool (1)
src\RealSignTool.cs (1)
39_snPath = args.SNBinaryPath;
1 reference to _snPath
Microsoft.DotNet.SignTool (1)
src\RealSignTool.cs (1)
94return StrongName.IsSigned(fileFullPath, snPath:_snPath, log: _log) ? SigningStatus.Signed : SigningStatus.NotSigned;