Hello ,
Does any one if giving code security to a .net assembly would override the restrictions made to the user running this assembly.
If for example my application would change the time on the client's machine and i gave it full trust, if a guest user runs my application would it change the time ??? (knowing that a guest user cannot change the time).
If so, is it enough for the administrator of the client's machine to give my application full trust or do i have to add other things in the code???
Does any one if giving code security to a .net assembly would override the restrictions made to the user running this assembly.
If for example my application would change the time on the client's machine and i gave it full trust, if a guest user runs my application would it change the time ??? (knowing that a guest user cannot change the time).
If so, is it enough for the administrator of the client's machine to give my application full trust or do i have to add other things in the code???