Click here to Skip to main content
15,792,609 members
Home / Discussions / C#
   

C#

 
QuestionUPS API shipping Pin
Franklinlloyd2-Jun-09 5:50
Franklinlloyd2-Jun-09 5:50 
AnswerRe: UPS API shipping Pin
Colin Angus Mackay2-Jun-09 6:13
Colin Angus Mackay2-Jun-09 6:13 
AnswerRe: UPS API shipping Pin
Christian Graus2-Jun-09 11:48
protectorChristian Graus2-Jun-09 11:48 
Questionunbound field in C# Pin
behzadcp2-Jun-09 5:32
professionalbehzadcp2-Jun-09 5:32 
QuestionC# RSA Pin
budala1232-Jun-09 5:19
budala1232-Jun-09 5:19 
AnswerRe: C# RSA Pin
Ennis Ray Lynch, Jr.2-Jun-09 5:41
Ennis Ray Lynch, Jr.2-Jun-09 5:41 
AnswerRe: C# RSA Pin
Henry Minute2-Jun-09 5:43
Henry Minute2-Jun-09 5:43 
GeneralRe: C# RSA Pin
budala1232-Jun-09 6:18
budala1232-Jun-09 6:18 
No, the exception is thrown on the Import()-method, while importing the keys. I checked the keys also, they're all correct...
In fact this gives the error:

<br />
            RSACryptoServiceProvider provider1 = new RSACryptoServiceProvider();<br />
            RSAParameters p1 = provider1.ExportParameters(true);<br />
<br />
            RSAParameters p2 = new RSAParameters();<br />
            p2.D = p1.D;<br />
            p2.Modulus = p1.Modulus;<br />
<br />
            RSACryptoServiceProvider provider2 = new RSACryptoServiceProvider();<br />
            provider2.ImportParameters(p2);<br />

GeneralRe: C# RSA Pin
Henry Minute2-Jun-09 6:32
Henry Minute2-Jun-09 6:32 
GeneralRe: C# RSA Pin
budala1232-Jun-09 7:02
budala1232-Jun-09 7:02 
GeneralRe: C# RSA Pin
Henry Minute2-Jun-09 7:08
Henry Minute2-Jun-09 7:08 
QuestionImport Data from CSV into Datatable Pin
polishprogrammer2-Jun-09 5:16
polishprogrammer2-Jun-09 5:16 
AnswerRe: Import Data from CSV into Datatable Pin
dan!sh 2-Jun-09 5:31
professional dan!sh 2-Jun-09 5:31 
QuestionGetting 530 error while downloading files from FTP Pin
avi_dadi20022-Jun-09 5:06
avi_dadi20022-Jun-09 5:06 
AnswerRe: Getting 530 error while downloading files from FTP Pin
EliottA2-Jun-09 6:22
EliottA2-Jun-09 6:22 
Questionclient/server application Pin
tek 20092-Jun-09 5:01
tek 20092-Jun-09 5:01 
AnswerRe: client/server application Pin
dan!sh 2-Jun-09 5:20
professional dan!sh 2-Jun-09 5:20 
GeneralRe: client/server application Pin
EliottA2-Jun-09 6:24
EliottA2-Jun-09 6:24 
GeneralRe: client/server application Pin
tek 20092-Jun-09 7:17
tek 20092-Jun-09 7:17 
GeneralRe: client/server application Pin
EliottA2-Jun-09 7:49
EliottA2-Jun-09 7:49 
GeneralRe: client/server application Pin
tek 20092-Jun-09 23:06
tek 20092-Jun-09 23:06 
QuestionDependencies error while creating Setup file in C# Windows application Pin
Mads1152-Jun-09 4:07
Mads1152-Jun-09 4:07 
AnswerRe: Dependencies error while creating Setup file in C# Windows application Pin
Ahmed Khallaf2-Jun-09 4:22
Ahmed Khallaf2-Jun-09 4:22 
GeneralRe: Dependencies error while creating Setup file in C# Windows application Pin
Mads1152-Jun-09 4:30
Mads1152-Jun-09 4:30 
AnswerRe: Dependencies error while creating Setup file in C# Windows application Pin
Searril2-Jun-09 5:55
Searril2-Jun-09 5:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.