How to secure WCF service with public private ket pair without using any certificated
Posted
by malik
on Stack Overflow
See other posts from Stack Overflow
or by malik
Published on 2010-04-09T07:54:49Z
Indexed on
2010/04/09
9:13 UTC
Read the original article
Hit count: 307
I want to secure my wcf service.
For example if i want to generate public private key pair without involving any third part certifation authority.
What is the way and method to do it?
Any idea or any other approach.
© Stack Overflow or respective owner