ASP.net like form based authentication in WPF MVVM prism -


having working on wpf mvvm (prism) application, implement authentication asp.net form based authentication. restrict users going screens authorization required. how can implemented in wpf application, using prism.

assuming using regions navigate within application, viewmodels can implement iconfirmnavigationrequest interface.

there, can use confirmnavigationrequest takes callback, determine if user has access view, , if not, deny it.

samples can found here

check out this link learn more this


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -