0

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?

JaimeCamargo
  • 353
  • 1
  • 3
  • 14

1 Answers1

0

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

Community
  • 1
  • 1
Rajat_RJT
  • 64
  • 7