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

mongodb - Struggling to get ordered results from the last retrieved article, given array of elements to search in -

c# - Pausing a storyboard on TabItem mouse over -

c# - Attribute value in root node of xml Linq to XML -