Hello, Me again,

I'm trying to build my project with fresh versions of rhino commons
and security and castle windsor.  But i seem to have lost
RhinoSecurityFacility !

in the RhinoSecNhSetup.zip   sample app it seems to be in
rhino.security  but it is no where to be found in the version i got
from github!

here is what visual studio's comes up with when i do a "go to
definition"  on it in the sample project:

using Castle.MicroKernel.Facilities;
using System;

namespace Rhino.Security
{
    public class RhinoSecurityFacility : AbstractFacility
    {
        public RhinoSecurityFacility(Type userType);
        public RhinoSecurityFacility(SecurityTableStructure
securityTableStructure, Type userType);

        protected override void Init();
    }
}


I have a feeling this is me just looking in all the wrong places, but
i've run out of places to look!

Thanks for the help!

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

Reply via email to