Ilumnis Authentication Module






1.94/5 (7 votes)
Oct 27, 2005
1 min read

30960

176
C# MS SQL user / role / right manipulation
Introduction
- What is Ilumnis Authentication Module?
- What platform does Ilumnis Authentication Module run on?
- How to use Ilumnis Authentication Module?
- Documentation?
- Info
1. What is Ilumnis Authentication Module?
Ilumnis Authentication Module is a set of .NET Assemblies used forgeneric user / role / right manipulation.
It provides set of customizable classes that can be used to easily
create MSSQL database for storing user information, and to simply
manage user rights. Basic set of classes supports MS SQL data store,
but can be easily extended to support any other data store,
like MySQL, Oracle, XML files or even local file system.
In addition to this API, Ilumnis Authentication Module provides
generic user rights manager desktop application.
2. What platform does Ilumnis Authentication Module run on?
Original Ilumnis Authentication Module was developed in C#, andcan be used from any managed (.NET) code, including C#, VB.Net and
JSCript.Net.
Original version supports only Microsoft SQL Server data store, but
can be customized if you need to store your user info somewhere else.
3. How to use Ilumnis Authentication Module?
Simply build module assemblies, or download them from IlumnisAuthentication Module homepage:
- IExSys.Authentication.dll
- IExSys.Authentication.Storage.MsSql.dll
and reference them from your project. Then set-up your application configuration
file's (.config) appSettings section:
<add key="MsSqlStorageConnectionString"
value="server=MyServer; uid=user; pwd=pass; database=MyDatabase;" />
<add key="MsSqlStorageMasterConnectionString"
value="server=MyServer; uid=user; pwd=pass; database=master;" />
<add key="DatabaseTablePrefix" value="ix" />
<add key="StoredProcedurePrefix" value="pr_ix" />
<add key="MultiDomainUsers" value="false" />
MsSqlStorageMasterConnectionString is only required if you want
to allow automatic database (tables) creation. You may also create database
structure yourself and let Ilumnis Authentication Module use it.
4. Documentation?
Complete API documentation is available in CHM and online versions on IlumnisAuthentication Module homepage.
5. Info
Download also from sourceforge.net/projects/ilumnisam.Visit http://www.ilumnis.com/ for our products info.