Get custom "IIdentity and IPrincipal" client from WCF Service

682 Views Asked by At

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?

1

There are 1 best solutions below

0
Rajat_RJT On

Refer the following articles- custom identity with wcf, custom principle with wcf