Try Playground
Show / Hide Table of Contents

Disable-NCEncryption

This NCache cmdlet disables encryption on a specified cache. Once encryption is disabled, data will no longer be encrypted or decrypted at the client-side. All new data added to the cache will be stored in serialized form as configured, both during transit and at rest. This should only be used when encryption is no longer required or for troubleshooting purposes where encryption might interfere with normal cache operations.

  • Windows PowerShell
  • Linux CLI
Disable-NCEncryption [-Server] [-Port] [-CacheName] [-Credentials]

Examples of Disable-NCEncryption

  • This command disables the encryption on the cache server at 20.200.20.11 for the democache.
Disable-NCEncryption -CacheName demoCache -Server 20.200.20.11
  • This command disables the encryption on the cache server at 20.200.20.11 for the democache, using credentials for authentication.
Disable-NCEncryption -CacheName demoCache -Server 20.200.20.11 -Credentials(Get-Credential john_smith)

Properties

Note

The parameters with asterisk (*) on their names are the required parameters and the rest are optional.

Parameters Data Types Description Default Value
-Server <String> Specifies the IP address of the server where the target cache is hosted. Multiple server IPs can be provided as a comma-separated list. -
-Credentials <pscredential> Specifies the user credentials required to authenticate and authorize access when disabling encryption on a remote cache server. -
-Port <Long> Specifies the port on which the NCache Service is listening. 8250
-CacheName* <String> Specifies the name of the cache where encryption should be disabled. -
disable-ncencryption [-server] [-port] [-cachename] [-userid] [-password]

Examples of Disable-NCEncryption

  • This command disables the encryption on the cache server at 20.200.20.11 for the democache.
disable-ncencryption -cachename demoCache -server 20.200.20.11
  • This command disables the encryption on the cache server at 20.200.20.11 for the democache, using credentials for authentication.
disable-ncencryption -cachename demoCache -server 20.200.20.11 -userid john_smith -password pass123

Properties

Note

The parameters with asterisk (*) on their names are the required parameters and the rest are optional.

Parameters Data Types Description Default Value
-server <String> Specifies the IP address of the server where the target cache is hosted. Multiple server IPs can be provided as a comma-separated list. -
-port <Long> Specifies the port on which the NCache Service is listening. 8250
-cachename* <String> Specifies the name of the cache where encryption should be disabled. -
-userid <String> Specifies user id for authentication used to disable the encryption on a remote cache server. -
-password <String> Specifies the password of the user that is used to authorize the user for this operation. -
In This Article
  • Examples of Disable-NCEncryption
  • Properties
  • Examples of Disable-NCEncryption
  • Properties

Contact Us

PHONE

+1 (214) 764-6933   (US)

+44 20 7993 8327   (UK)

 
EMAIL

sales@alachisoft.com

support@alachisoft.com

NCache
  • NCache Enterprise
  • NCache Professional
  • Edition Comparison
  • NCache Architecture
  • Benchmarks
Download
Pricing
Try Playground

Deployments
  • Cloud (SaaS & Software)
  • On-Premises
  • Kubernetes
  • Docker
Technical Use Cases
  • ASP.NET Sessions
  • ASP.NET Core Sessions
  • Pub/Sub Messaging
  • Real-Time ASP.NET SignalR
  • Internet of Things (IoT)
  • NoSQL Database
  • Stream Processing
  • Microservices
Resources
  • Magazine Articles
  • Third-Party Articles
  • Articles
  • Videos
  • Whitepapers
  • Shows
  • Talks
  • Blogs
  • Docs
Customer Case Studies
  • Testimonials
  • Customers
Support
  • Schedule a Demo
  • Forum (Google Groups)
  • Tips
Company
  • Leadership
  • Partners
  • News
  • Events
  • Careers
Contact Us

  • EnglishChinese (Simplified)FrenchGermanItalianJapaneseKoreanPortugueseSpanish

  • Contact Us
  •  
  • Sitemap
  •  
  • Terms of Use
  •  
  • Privacy Policy
© Copyright Alachisoft 2002 - 2025. All rights reserved. NCache is a registered trademark of Diyatech Corp.
Back to top