Re: Is it possible to secure private objects with hierarchical relationship taking, hierarchy into account?
From: Antonio (antoniopassado_at_hotmail.com)
Date: 12/19/03
- Previous message: Michel Gallant: "Re: .NET CryptoAPITransform and KeyHandle interop"
- In reply to: Nilesh Padbidri: "Re: Is it possible to secure private objects with hierarchical relationship taking, hierarchy into account?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 19 Dec 2003 15:03:00 +0100
Hi Nilesh,
Thanks for your response! Actually I've read this book already and keep it
all the time on my table as a reference, however I haven't seen something
about employing hierarchy for securing private objects. Maybe I missed
something. They explain very well working with separate private objects but
can you possibly direct me to where do they talk about defining hierarchical
relationships for the purposes of security? Thanks in advance!
Kindest regards,
Antonio
"Nilesh Padbidri" <nileshp@cybage.com> wrote in message
news:uf5j7XixDHA.556@TK2MSFTNGP11.phx.gbl...
> Hi Antonio,
>
> You would find examples of these & custom security in the book "Prog
Server
> Side Applications" - Jeffrey Richter & Jason Clark. Hope this helps.
>
> Thanks & Regards
> Nilesh Padbidri
>
> "Antonio" <antoniopassado@hotmail.com> wrote in message
> news:#ECA2LixDHA.1060@TK2MSFTNGP12.phx.gbl...
> > Hi, everybody
> >
> > I have some private objects which I would like to secure. These objects
> have
> > some hierarchical relationship similar to those found in the file system
> and
> > registry. Is it possible to use standard mechanisms for inheriting
access
> > rights from parent object, propagation etc. in case of private objects?
If
> > yes, where can I possibly find some examples of proper way of doing this
> > kind of things?
> >
> > I'm using CreatePrivateObjectSecurity, SetPrivateObjectSecurity,
> > GetPrivateObjectSecurity functions to get/set private object's security
> and
> > they are working fine on each particular object, however I'm not sure
> > whether I can use them to define hierarchical inheritance of rights in
the
> > same way in which files can inherit some rights from their folders which
> in
> > turn inherited them from their parent folders etc. Ability to inherit
> rights
> > and to define the hierarchy for this inheritance is the key point for me
> and
> > I will appreciate very much if you can give any ideas on this matter.
I'm
> > sure that this is quite a common task and will be surprised if there is
no
> > appropriate support for this kind of things in Windows
> >
> > Thanks in advance,
> > Antonio
> >
> >
> >
>
>
- Previous message: Michel Gallant: "Re: .NET CryptoAPITransform and KeyHandle interop"
- In reply to: Nilesh Padbidri: "Re: Is it possible to secure private objects with hierarchical relationship taking, hierarchy into account?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|