Click here to Skip to main content
15,925,868 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: How Can i develop programs in PPC(Pocket PC with Windows Mobile) Pin
ox010118-Jan-09 17:09
ox010118-Jan-09 17:09 
AnswerRe: How Can i develop programs in PPC(Pocket PC with Windows Mobile) Pin
Eddy Vluggen19-Jan-09 1:42
professionalEddy Vluggen19-Jan-09 1:42 
AnswerRe: How Can i develop programs in PPC(Pocket PC with Windows Mobile) Pin
ox010118-Jan-09 20:26
ox010118-Jan-09 20:26 
GeneralRe: How Can i develop programs in PPC(Pocket PC with Windows Mobile) Pin
Not Active19-Jan-09 2:27
mentorNot Active19-Jan-09 2:27 
Questionwhy Signing with private key ? Pin
bolly-8117-Jan-09 8:58
bolly-8117-Jan-09 8:58 
AnswerRe: why Signing with private key ? Pin
Colin Angus Mackay17-Jan-09 11:48
Colin Angus Mackay17-Jan-09 11:48 
AnswerRe: why Signing with private key ? Pin
Dave Kreskowiak17-Jan-09 12:37
mveDave Kreskowiak17-Jan-09 12:37 
AnswerRe: why Signing with private key ? Pin
supercat919-Jan-09 6:01
supercat919-Jan-09 6:01 
If all you have is a digital signature produced by some public key, and you don't have any idea where that public key really came from, the signature isn't worth much.

There are, however, a some ways in which signatures can be worth something:

-1- If you have two signatures, both produced using the same public key, you can tell both signatures were produced by a person or persons with access to the same private key.

-2- If you have received a copy of a person's public key via some reliable channel, or even if you have a good cryptographic hash of the key, then you can confirm that a document signed using that public key was indeed signed using the person's private key.

-3- There exist a number of entities which will sign a certificate containing a public key and statement of identity; these companies make their living from the trust other people place in their certificates, so if someone asks for a certificate that says "Microsoft" the certificate authority will confirm that the person requesting the certificate has authority to act on Microsoft's behalf.

Most computers have a list of trusted root certificate authorities and their public keys. A full digital certificate might contain the following:

-a- A digitially signed affirmation by root signature authority that a particular public key from Bob's Certificate House is valid.

-b- A statement signed by Bob's Certificate House indicating that a particular key belongs to Acme Software.

-c- A statement signed by Acme Software indicating that a particular key may be used to validate its Whizbang products.

-d- A statement signed with the Whizbang products key indicating that a particular piece of software is valid.

Things are a little more complicated than that, to allow for the possibility of signature revocation, but the idea is that there is a chain of trust so that the root-level signature authorities don't have to validate every single piece of software that's supposed to be signed. If all the entities in the chain can be trusted (both to avoid signing anything they shouldn't, and to keep their key secure) then the final signature should be trusted. If any entity is dubious, so is the signature.
GeneralRe: why Signing with private key ? Pin
bolly-8119-Jan-09 6:37
bolly-8119-Jan-09 6:37 
GeneralRe: why Signing with private key ? Pin
supercat919-Jan-09 9:18
supercat919-Jan-09 9:18 
AnswerRe: why Signing with private key ? Pin
Ravindra Sadaphule27-Jan-09 18:53
Ravindra Sadaphule27-Jan-09 18:53 
QuestionHow can I create a new instance of an exisiting object? Pin
Kent Pawar17-Jan-09 4:11
Kent Pawar17-Jan-09 4:11 
AnswerRe: How can I create a new instance of an exisiting object? Pin
S. Senthil Kumar17-Jan-09 7:26
S. Senthil Kumar17-Jan-09 7:26 
GeneralRe: How can I create a new instance of an exisiting object? Pin
Kent Pawar21-Jan-09 22:21
Kent Pawar21-Jan-09 22:21 
QuestionWhat happens when i Add reference?? Pin
bolly-8117-Jan-09 1:26
bolly-8117-Jan-09 1:26 
AnswerRe: What happens when i Add reference?? Pin
S. Senthil Kumar17-Jan-09 1:55
S. Senthil Kumar17-Jan-09 1:55 
GeneralRe: What happens when i Add reference?? Pin
bolly-8117-Jan-09 7:10
bolly-8117-Jan-09 7:10 
AnswerRe: What happens when i Add reference?? Pin
PIEBALDconsult17-Jan-09 3:44
mvePIEBALDconsult17-Jan-09 3:44 
GeneralRe: What happens when i Add reference?? Pin
bolly-8117-Jan-09 7:11
bolly-8117-Jan-09 7:11 
GeneralRe: What happens when i Add reference?? Pin
S. Senthil Kumar17-Jan-09 7:19
S. Senthil Kumar17-Jan-09 7:19 
GeneralRe: What happens when i Add reference?? Pin
PIEBALDconsult18-Jan-09 4:40
mvePIEBALDconsult18-Jan-09 4:40 
GeneralRe: What happens when i Add reference?? Pin
Mark Churchill18-Jan-09 13:07
Mark Churchill18-Jan-09 13:07 
GeneralRe: What happens when i Add reference?? Pin
PIEBALDconsult18-Jan-09 15:21
mvePIEBALDconsult18-Jan-09 15:21 
QuestionHow to modify datasource of crystal report at runtime Pin
Ali 11016-Jan-09 20:43
Ali 11016-Jan-09 20:43 
AnswerCross-post Pin
Wendelius16-Jan-09 23:41
mentorWendelius16-Jan-09 23:41 

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.