Found 8 packages
The AzMan authorization provider allows the use of Windows Authorization Manager (AzMan) in conjunction with the Security Application Block.
NetSqlAzMan is for all Microsoft .NET 4.0 developers that need to manage loosely-coupled applicative authorizations, that is, weakly coupled with source code, in a light and fast way having all these authorizations in a relational database such as MS Sql Server (2000/MSDE/2005/2008/Express).
AzManCofee is a very simple library to work with AzMan
Allows AzMan (Authorization Manager) operation permission checks declaratively and imperatively.
AzManContrib.MVC integrate the power of Microsoft Authorize Manager into your MVC site.
A re-write of NetSqlAzMan WebConsole to be used under Visual WebGUI. You need to include your own icons or copy those from github. Usage: private void Form1_Load(object sender, EventArgs e) { VWGContext.Current.CurrentTheme = "Vista"; //VWGContext.Current.CurrentTheme = "Graphite"; var webConsole = new VWG.Community.NetSqlAzMan.WebConsole() { Dock = DockStyle.Fill }; webConsole.SqlConnectionString = @"Your Connection String;"; webConsole.Theme = "light"; this.Form.Controls.Add(webConsole); }
Libaray DataAccessLayer