Rhino Security , getting all usergroups

180 views Asked by At

I am using ayende's Rhino Security . Is there any method to get a list of usergroups using the security framework ?

1

There are 1 answers

0
Vadim On BEST ANSWER

Nope, but you can do session.CreateCriteria<UserGroup>().List<UserGroup>();