how to use principal permission in c#?
C#
1
Posts
1
Posters
2
Views
1
Watching
-
Is there any where, which is be able to give me an short working sample using the principalpermission-class from .net? like: user peter is "admin" and calls method a_1 from class myClass. user tom is "user" and calls method a_1 from class myClass and here is throw an principal-permission-Security-exception... because tom is not an admin. but how i have this to write in c#? greetings marian marian@tfh-berlin.de :((