vote up 5 vote down star
4

I am presently studying the topic of encrypting and signing SOAP messages via WSE 3.0 or WCF. Since I have not participated in distributed application development involving the public Internet, I find my knowledge on X.509 ceritificates lacking and how it works in the Windows certificate store mechanism. It is not about asymmetric cryptography; it is about the PKI ecosystem.

Therefore I would like to gather what are some articles or books that give comprehensive explanations on Windows' security mechanisms, how to properly use and manage the Certificate Store, CA trust chains, and how APIs like WSE or WCF may interact and make use of certificates. Recommendations?

flag

57% accept rate
WSE is obsolete. All new web service work should be done using WCF, and existing WSE code should be migrated or retired ASAP. – John Saunders Sep 1 at 2:46
WSE is "not obsolete" when studying for certification :-/ – icelava Sep 1 at 6:39

3 Answers

vote up 1 vote down

"Learning WCF" by Michele Bustamente has a good overview chapter on WCF security, including some basic discussion on X.509 certificates.

link|flag
Chapter 7 of Learning WCF gives introductory details about certificates, and how to motion WCF to use them. However, I am also looking for the lower level - managing, issuing, purchasing certificates, establishing own CA, creating fake certs, etc. – icelava Jan 12 at 16:14
vote up 1 vote down

From the MSDN:

How to: Decrypt XML with x509

How to: Encrypt XML with x509

link|flag
vote up 3 vote down

Everyone using (or thinking of using) X.509 certificates should be forced to read this: Everything you Never Wanted to Know about PKI but were Forced to Find Out, as well as X.509 Style guide, both by Peter Gutmann.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.