A
asadikhan
Is there a way to modify the .NET Security via code as opposed to using
the Microsoft .NET Framework 1.x Wizard and clicking "Adjust .Net
Security" icon. Ideally, upon checking whether the application has full
trust or not (by using the Demand method on a PermissionSet object), I
want to present the user a dialog box asking him to click Yes to modify
the security settings, or no to exit the application.
I am assuming the user is logged in as an admin.
the Microsoft .NET Framework 1.x Wizard and clicking "Adjust .Net
Security" icon. Ideally, upon checking whether the application has full
trust or not (by using the Demand method on a PermissionSet object), I
want to present the user a dialog box asking him to click Yes to modify
the security settings, or no to exit the application.
I am assuming the user is logged in as an admin.