Cache Security and Data Encryption
Note
- This feature is only available in NCache Enterprise Edition.
- Cache Security is provided for both Windows and Linux .NET Core applications.
A 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 do not 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 (Lightweight Directory Access Protocol) supported Directory Services. All users are authenticated against all LDAP supported Directory Services. NCache provides you with a security feature with different levels of granularity that you can implement as per your requirements.
NCache provides a customizable security feature for securing distributed cache access. You can prevent any unwanted or unauthorized access to your NCache cluster, and to the data that resides in the cluster by simply configuring NCache security.
Moreover, the data being transmitted over the network between cache servers and your application can be secured by configuring the NCache data encryption mechanism. No code changes are required for NCache security and encryption customizations.
In This Section
Cache Security in NCache
Provides code examples for using security in NCache.
Data Encryption in NCache
Explains how to configure encryption and various algorithms used for encryption by NCache.