Project Description
This infrastructure provide Attribute base authorization for UI elements within WPF applications

Features
How to use
  1. reference the UIAuth.Common project (or dll).
  2. Implement IAuthLevelProvider class in your code.
  3. Assign to AuthBehavior.AuthProvider.
  4. Mark the View model class / properties with AuthSecurityName attribute with security name for this class/properties.
  5. In XAML add AuthBehavior to UI elements.
  6. Optional - for special ReadOnly template add template to Resources or embedded in behavior.