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
Post a Comment