GoWebsite.com provides Domain Registration
Website Hosting, On-Line Shopping Carts, SEO
Blog Hosting, Email Accounts, Security Certificates,
Merchant Accounts & other Website Products.
Free setup! Speak with us anytime: 480-624-2500

Using ASP.NET Cryptography Services with Your Website

As part of our ongoing effort to provide the highest possible level of security, we have made an update to our hosting environment that may require a change to your account. We apologize for any inconvenience this may cause and appreciate your understanding and assistance in performing any necessary account changes.

If you use .NET cryptography services, you may need to update your cryptography code so that the service can locate the key store. This update is made in your ASP content file containing the cryptography code. The file may have a name, such as "cryptopage.aspx."

Note: You will only need to perform this update if your content file includes a code statement similar to the following example.

using( RSACryptoServiceProvider provider = new RSACryptoServiceProvider( 512 ))

The code in this example no longer works because it cannot locate the key store. Therefore, you will need to update the code similar to the following example.

CspParameters CSPParam = new CspParameters();
CSPParam.Flags = CspProviderFlags.UseMachineKeyStore;
using( RSACryptoServiceProvider provider = new RSACryptoServiceProvider( 512, CSPParam ) )

This updated code explicitly specifies the correct key store to use, ensuring that the cryptography service can locate it.

Domain Registration
Pay less for website domain names. Register your own .com, .net or .org for as low as $10.18 per year. Everything you need to get online - FREE with your domain.
Website Builder
For as little as $3.89 per month you can build your Website online with Website Builder using our easy to use professional templates.
Play Video - Demo
Quick Shopping Cart
Build and run your own successful online store in minutes. You're just five easy steps away!
Shopping Cart works with Google® and eBay®
Play Video
Website Hosting
Everything needed to give your website the high-performance home it deserves.  Protect transactions and secure your customer's data with
a SSL Certificate