Cache Security in NCache
Note
- This feature is only available in NCache Enterprise Edition.
- This feature is provided for both Windows and Linux .NET Core applications.
Distributed cache operates in an environment having access to many different users, where any user can change the cache configuration, perform any management operation or can have access to the cache data without any restriction. The concern of cache security arises when you are dealing with critical data or you don't want everyone to have administrative access rights to your cache server other than the list of authorized users. NCache security mechanism works with any LDAP supported Directory Services. All users are authenticated against LDAP supported Directory Services. NCache provides you with a security feature with different levels of granularity that you can implement as per your requirements.
In This Section
Cache Security in NCache: An Overview
Explains how to configure security and levels of security granted through NCache.
How to use Security in NCache?
Provides code examples for using security in NCache.