What does setting Unrestricted = false on PrincipalPermission supposed to do?
I am doing some maintenance on a 10 year old ASP.net web-forms application. It has a business layer that has its methods protected by System.Security.Permissions.PrincipalPermissionAttribute, like this:
[PrincipalPermission(… Continue reading What does setting Unrestricted = false on PrincipalPermission supposed to do?