Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: RSACryptoServiceProvider Error


Message #1 by "Mallya, Deepak non Unisys" <Deepak.Mallya@u...> on Thu, 15 Aug 2002 13:35:43 -0500
System.Security.Cryptography.CryptographicException: CryptoAPI cryptographic
service provider (CSP) for this implementation could not be acquired.

Any ideas why I would be getting this?

Thanks
Deepak
Message #2 by "SUJEEWA ALWIS" <sujeewaalwis@a...> on Thu, 15 Aug 2002 22:56:47
try this

        CspParameters csp=new CspParameters();
			
	csp.Flags=CspProviderFlags.UseMachineKeyStore;
	RSACryptoServiceProvider rsa1 = new RSACryptoServiceProvider(csp);
				










> System.Security.Cryptography.CryptographicException: CryptoAPI 
cryptographic
service provider (CSP) for this implementation could not be acquired.

Any ideas why I would be getting this?

Thanks
Deepak

  Return to Index