Who signed what agents?

Is there a tool or something built into domino that will give me a list of who has signed what agents on what databases? I imagine this has been asked before, but I couldn’t find a reference to it…

Subject: RE: Who signed what agents?

Not that I know of, but it’s not difficult to create such a tool using NotesDBDirectory, NotesDatabase, NotesNoteCollection classes (I would say NotesAgent, but the Owner property doesn’t let you determine whether the agent is validly signed – you need to get its NotesDocument for that).