Hi,
I'm looking for a point in the right direction with regards to access control. What I mean by AC is the ability to set a View/Add/Edit/Delete restriction on a field in a windows form.
For example, lets say I have a windows application with a contact screen and a display name. I only want this field editable for particular users.
Does anyone have any tips on how to achieve this? My initial thought was to store an identifier of all the controls in the db and have a base form loop through through all the controls on a form and apply access rights. ie. if you only have the right to view a field, set the control to readonly.
Thanks in advance to anyone willing to provide tips and suggestions
Ryan
I'm looking for a point in the right direction with regards to access control. What I mean by AC is the ability to set a View/Add/Edit/Delete restriction on a field in a windows form.
For example, lets say I have a windows application with a contact screen and a display name. I only want this field editable for particular users.
Does anyone have any tips on how to achieve this? My initial thought was to store an identifier of all the controls in the db and have a base form loop through through all the controls on a form and apply access rights. ie. if you only have the right to view a field, set the control to readonly.
Thanks in advance to anyone willing to provide tips and suggestions
Ryan