I have a problem with restricting access to methods within my application. I am trying to restrict access to specified windows user groups but MUST ALLOW the client to have the ability to change which user groups can access what.
Example: One day the manager may wish the accounts team to be able to access one thing and the next day he may wish them to be restricted.
I have been testing code using:
1. WindowsPrincipals
2. PrincipalPermission
but am having little luck.
Can anyone help?
Regards in advance...
Example: One day the manager may wish the accounts team to be able to access one thing and the next day he may wish them to be restricted.
I have been testing code using:
1. WindowsPrincipals
2. PrincipalPermission
but am having little luck.
Can anyone help?
Regards in advance...