6

I am trying to implement Rhino Security, i have managed to find a couple tutorials but they do not give enough information to completely understand it, i was wondering if anyone knows of a good source where to learn about Rhino Security from. Or sugest alternatives for implementing security with NHibernate.

Is there some sort of documentation for any of the methods / classes within Rhino Security?

LeftyX
  • 35,328
  • 21
  • 132
  • 193
Michal Ciechan
  • 13,492
  • 11
  • 76
  • 118

1 Answers1

11

As far as I know there is no centralized documentation for Rhino.Security. The best tutorial I know is this article by Artur Trosin (even though it's slightly outdated by now). Winecellarmanager is a sample app that uses Rhino.Security. There's also a admin UI for Rhino.Security, reading its source code might help. There was also some talk about integrating Rhino.Security to Who Can Help Me, but I don't know if it was finished. There's also an article about integrating Rhino.Security to S#arp projects.

Mauricio Scheffer
  • 98,863
  • 23
  • 192
  • 275
  • Thanks, am looking into this now, downloading the Rhino Security repository has helped as it includes the xunit tests, which sets up everything. The admin UI looks very promising as well. Thanks for this answer :) – Michal Ciechan Dec 16 '10 at 16:14