2 overrides of IsSigned
Microsoft.DotNet.SignCheckLibrary (2)
Verification\PgpVerifier.cs (1)
55protected override bool IsSigned(string path, SignatureVerificationResult svr)
Verification\PkgVerifier.cs (1)
67protected override bool IsSigned(string path, SignatureVerificationResult svr)
1 reference to IsSigned
Microsoft.DotNet.SignCheckLibrary (1)
Verification\ArchiveVerifier.cs (1)
38svr.IsSigned = IsSigned(fullPath, svr);