PrincipalPermission.Demand() failing once WCF Service was moved to SSL
问题 My Silverlight/WCF application uses PrincipalPermission in each service method to ensure the user is Authenticated. This works just fine when I have everything configured to HTTP, but once I configured my service endpoints/bindings to support HTTPS (SSL), I get an exception thrown when I call the Demand() method of my PrincipalPermission object. EDIT: I should mention I am using IIS 7.5 Express to host and debug this project. Here is the method that checks to make sure the user is