There are also several.NET Service Developer Kits.

Access Control Service
The Access Control Service provides a common programming interface for securing applications, acting as a central point for application access and authorization checking.
This service provides authentication and authorization for several.NET Framework security features, including ASP.NET roles.
The Access Control Service supports two programming interfaces: IAuthorizationStore and IIdentityManagement.

The IAuthorizatio

Like