Home All Groups Group Topic Archive Search About
Author
12 Apr 2005 9:16 PM
Celio
Hi,
How do have any suggestions on how to create a security scheme for the
object level. For example, in order to generate a new instance of objet B,
the caller objet A has to pass a token to object B. Is there any facility in
..Net that I can use?

Thank you,

Author
15 Apr 2005 5:20 AM
Joe Kaplan (MVP - ADSI)
You could use the built in role-based authorization framework in .NET which
is centered around the IPrincipal object or you might also consider looking
at a more power system like AzMan.

Joe K.

Show quoteHide quote
"Celio" <Ce***@discussions.microsoft.com> wrote in message
news:E6E8E23D-9F93-47B0-9831-1406044DF84A@microsoft.com...
> Hi,
> How do have any suggestions on how to create a security scheme for the
> object level. For example, in order to generate a new instance of objet B,
> the caller objet A has to pass a token to object B. Is there any facility
> in
> .Net that I can use?
>
> Thank you,
>