cast from WebService.RSAParameters

  • Thread starter tam2005 via DotNetMonster.com
  • Start date
T

tam2005 via DotNetMonster.com

I'm going to use WebMethod GetRSAParameters in my c# application which
returns RSAParameters object. But when I'm trying too include
System.Secrity.Cryptography namespace and when I'm writing something like
this:



RSACryptoserviceProvider rsa = new RSACryptoServiceProvider();

RSAParameters params = webService.GetRSAParameters();



compiler complains that reference to RSAParameters is ambiguous. When I'm
trying to use fully qualified names and cast from WebService.RSAParameters
to System.Security.Cryptography.RSAParameters, casting fails.



How can I manage with this problem.



Thanks for any help!!!
Contact: (e-mail address removed)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,754
Messages
2,569,527
Members
45,000
Latest member
MurrayKeync

Latest Threads

Top