2 overrides of IsSigned
Microsoft.DotNet.SignCheckLibrary (2)
Verification\NupkgVerifier.cs (1)
25protected override bool IsSigned(string path, SignatureVerificationResult svr)
Verification\VsixVerifier.cs (1)
114protected override bool IsSigned(string path, SignatureVerificationResult result)
1 reference to IsSigned
Microsoft.DotNet.SignCheckLibrary (1)
Verification\ArchiveVerifier.cs (1)
38svr.IsSigned = IsSigned(fullPath, svr);