Alachisoft NCache 4.1 - Online Documentation

User Level Security

 
NOTE: This feature is not available in NCache Express and Professional edition.
 
Administrators and NCache managers can configure user level security for a cache. Each cache will have its own user level security configurations independent of other caches and users. Cache user level security configurations will be saved in config.ncconf against each cache. NCache Manager provides a tab view for configuring user level security for all caches.
 
Step 1
 
  • Select the Security tab.
  • You can enable/disable API security on cache using the option Enabled Security.
  • Using security tab you can also specify users who are authentic for the selected cache API as shown in the figure.
     
 
How to pass Security Credentials to API:
 
User can also pass security credentials to API from the application using the following code:
 
NCache.InitializeCache("cacheId", new Alachisoft.NCache.Web.Security.SecurityParams("Username", "Password"), null);
 
 
See Also
 
Copyright © 2005-2012 Alachisoft. All rights reserved.