I can't find any extension point for attaching Rhino Security
permissions to linq queries like in previous linq2NH version using
following code:

INHibernateQueryable<User> query = Session.Linq<User>();
query.QueryOptions.RegisterCustomAction(x =>
AuthorizationService.AddPermissionsToQuery(user, "/User/View", x));

Is there any simmilar option I could use for Rhino Security
permissions in the new linq provider?

--

You received this message because you are subscribed to the Google Groups 
"Rhino Tools Dev" group.
To post to this group, send email to rhino-tools-...@googlegroups.com.
To unsubscribe from this group, send email to 
rhino-tools-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rhino-tools-dev?hl=en.


Reply via email to