Hi Jesper,
You will have to configure a IMembershipProvider derived instance to serve as the authentication provider. The sample uses the built-in one (ComposedMembershipProvider),
https://github.com/lextm/sharpsnmplib/blob/master/Samples/C%23/snmptrapd/app.config
You can either tune this built-in one (to allow another community name), or write your own provider (to accept any incoming community name). In all cases, the architecture is very flexible to take anything you write.
Regards,
Lex
You will have to configure a IMembershipProvider derived instance to serve as the authentication provider. The sample uses the built-in one (ComposedMembershipProvider),
https://github.com/lextm/sharpsnmplib/blob/master/Samples/C%23/snmptrapd/app.config
You can either tune this built-in one (to allow another community name), or write your own provider (to accept any incoming community name). In all cases, the architecture is very flexible to take anything you write.
Regards,
Lex