Hi, the LoadApprovedFingerprints and SaveApprovedFingerprints are method that need to be implemented by you. It should store and load pairs of hostname-fingerprint which you trust. It's implementation is application specific. Different code would be used when storing it to the database table, to xml file or to registry. You can even provide a hard coded set of trusted fingerprints and encode it to your application.