Click here to Skip to main content
15,922,584 members
Home / Discussions / C#
   

C#

 
QuestionProblem Starting Windows Service Automatically Pin
karthi8410-Jul-08 3:45
karthi8410-Jul-08 3:45 
AnswerRe: Problem Starting Windows Service Automatically Pin
PIEBALDconsult10-Jul-08 4:03
mvePIEBALDconsult10-Jul-08 4:03 
GeneralRe: Problem Starting Windows Service Automatically Pin
karthi8411-Jul-08 3:06
karthi8411-Jul-08 3:06 
AnswerRe: Problem Starting Windows Service Automatically Pin
DaveyM6910-Jul-08 8:44
professionalDaveyM6910-Jul-08 8:44 
GeneralRe: Problem Starting Windows Service Automatically Pin
karthi8411-Jul-08 3:06
karthi8411-Jul-08 3:06 
QuestionValue in long pointer resets after a stackalloc Pin
Campden BRI Developers10-Jul-08 3:34
Campden BRI Developers10-Jul-08 3:34 
QuestionConcept of digital signing -help Pin
Emil Müller10-Jul-08 3:30
Emil Müller10-Jul-08 3:30 
AnswerRe: Concept of digital signing -help Pin
Simon P Stevens10-Jul-08 3:40
Simon P Stevens10-Jul-08 3:40 
http://en.wikipedia.org/wiki/Public-key_cryptography[^]

Look at the diagrams down the right hand side.

You send a private message by encrypting with the recipients public key. They decrypt with their own private key. This allows you to be sure only the intended recipient can view it, because only they have the correct private key.

You sign a message by encrypting it with your own private key. The recipient decrypts it with your public key. This verifies that it came from you, otherwise the decryption wouldn't have worked. But importantly the message isn't secret because anyone can decrypt with your public key as everyone has access to it. All you have done is verified the sender though.

Simon

QuestionApplying a filter to a dataset Pin
Andres Coder10-Jul-08 2:57
Andres Coder10-Jul-08 2:57 
AnswerRe: Applying a filter to a dataset Pin
Harvey Saayman10-Jul-08 3:20
Harvey Saayman10-Jul-08 3:20 
Questionconverstion of wmv to mpeg format using c# Pin
santosh04210-Jul-08 2:07
santosh04210-Jul-08 2:07 
AnswerRe: converstion of wmv to mpeg format using c# Pin
Simon P Stevens10-Jul-08 3:33
Simon P Stevens10-Jul-08 3:33 
Questionhexadecimal numbers in C# Pin
Ranger4910-Jul-08 1:46
Ranger4910-Jul-08 1:46 
AnswerRe: hexadecimal numbers in C# Pin
Giorgi Dalakishvili10-Jul-08 2:00
mentorGiorgi Dalakishvili10-Jul-08 2:00 
AnswerRe: hexadecimal numbers in C# Pin
DaveyM6910-Jul-08 2:00
professionalDaveyM6910-Jul-08 2:00 
GeneralRe: hexadecimal numbers in C# Pin
Ranger4910-Jul-08 2:07
Ranger4910-Jul-08 2:07 
GeneralRe: hexadecimal numbers in C# Pin
leppie10-Jul-08 3:16
leppie10-Jul-08 3:16 
GeneralRe: hexadecimal numbers in C# Pin
Kythen10-Jul-08 4:39
Kythen10-Jul-08 4:39 
Questionhelp need in freqency matching using c# Pin
theredonion10-Jul-08 1:41
theredonion10-Jul-08 1:41 
QuestionQuery Regarding PDA? Pin
Tridip Bhattacharjee10-Jul-08 1:41
professionalTridip Bhattacharjee10-Jul-08 1:41 
Questionhow to make global variables which could be accessable in all the project c# Pin
theredonion10-Jul-08 1:38
theredonion10-Jul-08 1:38 
AnswerRe: how to make global variables which could be accessable in all the project c# Pin
DaveyM6910-Jul-08 2:02
professionalDaveyM6910-Jul-08 2:02 
AnswerRe: how to make global variables which could be accessable in all the project c# Pin
c242310-Jul-08 3:16
c242310-Jul-08 3:16 
AnswerRe: how to make global variables which could be accessable in all the project c# Pin
PIEBALDconsult10-Jul-08 4:05
mvePIEBALDconsult10-Jul-08 4:05 
AnswerRe: how to make global variables which could be accessable in all the project c# Pin
RK KL10-Jul-08 5:22
RK KL10-Jul-08 5:22 

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.