I have a custom IIdentity called MyIdentity, and custom IIprincipal called MyPrincipal. These classes are used in three different projects:
- ASP.NET MVC
- ASP.NET WebForms
- Windows Forms
These three projects get information from a WCF Service.
It is possible in the WCF Service get the custom IIdentity (MyIdentity) and custom IIPrincipal (MyPrincipal) when this is called?