Integrated Security

  • Thread starter Thread starter Emmanuel
  • Start date Start date
E

Emmanuel

Hi,

I would like to make an application that uses the windows access control
list to enable/disable features of the application depending on the user.
The idea is to reuse the Windows NT user accounts and groups and allow the
app user to configure which winnt user accounts and groups can access a
given set of features.



Any help is appreciated


regards,
 
Emmanuel said:
Hi,

I would like to make an application that uses the windows access control
list to enable/disable features of the application depending on the user.
The idea is to reuse the Windows NT user accounts and groups and allow the
app user to configure which winnt user accounts and groups can access a
given set of features.



Any help is appreciated


regards,

Check "Role-Based Security" in the MSDN .NET Framework doc's.

Willy.
 
Back
Top