Does anyone know of any security frameworks for .NET?
By security framework, I am referring to a framework consisting of a set of libraries and APIs containing code which can be used to improve the security of the application being developed overall.
So far, I have only identified Spring.NET. I have found other frameworks for .NET such as Castle MonoRail, however it is not exactly directed towards solving security issues.
To give you an example, a Java programmer can make use of the following security frameworks:
- Apache Shiro (Java)
- JAAS (Java)
- JGuard (Java)
- JSecurity (Java)
- PicketBox (Java)
- Spring Security (Java)