Click here to Skip to main content
15,912,329 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to make Collection classes serializable Pin
Nader Elshehabi24-Sep-06 23:42
Nader Elshehabi24-Sep-06 23:42 
Questioneditor Pin
sarojkumarjena24-Sep-06 17:55
sarojkumarjena24-Sep-06 17:55 
AnswerRe: editor Pin
Christian Graus24-Sep-06 19:40
protectorChristian Graus24-Sep-06 19:40 
Questionerror generating the XML document Pin
lagumaster24-Sep-06 17:37
lagumaster24-Sep-06 17:37 
AnswerRe: error generating the XML document Pin
S. Senthil Kumar24-Sep-06 20:12
S. Senthil Kumar24-Sep-06 20:12 
Questionsql server connection via ip address Pin
keroed_edmond24-Sep-06 16:02
keroed_edmond24-Sep-06 16:02 
AnswerRe: sql server connection via ip address Pin
Judah Gabriel Himango24-Sep-06 16:14
sponsorJudah Gabriel Himango24-Sep-06 16:14 
QuestionPublic Key Encrytpion with Web Services Pin
Guinness4Strength24-Sep-06 13:16
Guinness4Strength24-Sep-06 13:16 
I'm working on a web service which uses public key encryption to transfer files to and from a web server. I've run into an issue that I'm hoping someone can help with. I can download files just fine since I can specify the public key as one of the parameters of the Web method and then decrypt the returned byte array. However I'm not sure how to upload an encrypted file. Since I need the public key of the server to encrypt the file on the client side, I created a web methiod which just returns the server's public key. But when I then encrypt the file on the client side and call another web method to send the byte array, the server's instance of the encryption class has changed and the previously used public key is no longer valid. Any thoughts on a possible solution ?
AnswerRe: Public Key Encrytpion with Web Services Pin
Ed.Poore24-Sep-06 13:32
Ed.Poore24-Sep-06 13:32 
JokeRe: Public Key Encrytpion with Web Services Pin
Nader Elshehabi24-Sep-06 15:35
Nader Elshehabi24-Sep-06 15:35 
QuestionPorting this to event-based? Pin
Lord Kixdemp24-Sep-06 12:31
Lord Kixdemp24-Sep-06 12:31 
AnswerRe: Porting this to event-based? Pin
Nader Elshehabi24-Sep-06 12:44
Nader Elshehabi24-Sep-06 12:44 
GeneralRe: Porting this to event-based? Pin
Lord Kixdemp24-Sep-06 14:27
Lord Kixdemp24-Sep-06 14:27 
GeneralRe: Porting this to event-based? Pin
Nader Elshehabi24-Sep-06 14:54
Nader Elshehabi24-Sep-06 14:54 
GeneralRe: Porting this to event-based? Pin
Lord Kixdemp24-Sep-06 15:13
Lord Kixdemp24-Sep-06 15:13 
GeneralRe: Porting this to event-based? Pin
Nader Elshehabi24-Sep-06 15:30
Nader Elshehabi24-Sep-06 15:30 
GeneralRe: Porting this to event-based? Pin
Lord Kixdemp25-Sep-06 11:25
Lord Kixdemp25-Sep-06 11:25 
GeneralRe: Porting this to event-based? Pin
Nader Elshehabi25-Sep-06 11:44
Nader Elshehabi25-Sep-06 11:44 
GeneralRe: Porting this to event-based? Pin
Lord Kixdemp25-Sep-06 14:27
Lord Kixdemp25-Sep-06 14:27 
GeneralRe: Porting this to event-based? Pin
Nader Elshehabi25-Sep-06 14:36
Nader Elshehabi25-Sep-06 14:36 
GeneralRe: Porting this to event-based? Pin
Lord Kixdemp25-Sep-06 15:02
Lord Kixdemp25-Sep-06 15:02 
GeneralRe: Porting this to event-based? Pin
Nader Elshehabi25-Sep-06 15:31
Nader Elshehabi25-Sep-06 15:31 
GeneralRe: Porting this to event-based? Pin
Lord Kixdemp26-Sep-06 14:55
Lord Kixdemp26-Sep-06 14:55 
AnswerRe: Porting this to event-based? Pin
Christian Graus24-Sep-06 15:12
protectorChristian Graus24-Sep-06 15:12 
GeneralRe: Porting this to event-based? Pin
Lord Kixdemp24-Sep-06 15:17
Lord Kixdemp24-Sep-06 15:17 

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.