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

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.