2 overrides of VerifySignedDeb
Microsoft.DotNet.SignTool (2)
src\RealSignTool.cs (1)
132public override bool VerifySignedDeb(TaskLoggingHelper log, string filePath)
src\ValidationOnlySignTool.cs (1)
55public override bool VerifySignedDeb(TaskLoggingHelper log, string filePath)
1 reference to VerifySignedDeb
Microsoft.DotNet.SignTool (1)
src\BatchSignUtil.cs (1)
571else if (!_signTool.VerifySignedDeb(log, file.FullPath))