rbrayb
rbrayb

Reputation: 46720

WIF 1.0 to WIF 4.5 migration

As far as I can make out, in WIF 1.0, Windows Identity directly derives from IIdentity. In WIF 4.5, Windows Identity derives from ClaimsIdentity which implements IIdentity.

How does this affect migrating my WIF 1.0 applications?

Is everything backward compatible or are there any gotchas?

Can I have both libraries on my development machine?

Upvotes: 4

Views: 318

Answers (1)

klings
klings

Reputation: 963

There are breaking changes, see the Guidelines for Migrating an Application Built Using WIF 3.5 to WIF 4.5 for details.

Upvotes: 1

Related Questions