I'm trying to implement Logout operation in my Silverlight client.
During Login operation, MEF initializes DefaultContainer with instances of the [Export]-ed singleton classes, which contain user-specific information (like password).
Is there a way, to re-initialize/reset/drop MEF infrastructure/DefaultContainer like it was never initialized?
I'd like to navigate to Login page again after user successfully performs Logout operation...