3 overrides of IsSigned
Microsoft.DotNet.SignCheckLibrary (3)
Verification\LinuxPackageVerifier.cs (1)
29
protected override bool
IsSigned
(string path, SignatureVerificationResult svr)
Verification\NupkgVerifier.cs (1)
25
protected override bool
IsSigned
(string path, SignatureVerificationResult svr)
Verification\PkgVerifier.cs (1)
67
protected override bool
IsSigned
(string path, SignatureVerificationResult svr)
1 reference to IsSigned
Microsoft.DotNet.SignCheckLibrary (1)
Verification\ArchiveVerifier.cs (1)
38
svr.IsSigned =
IsSigned
(fullPath, svr);