How to secure WCF service with public private ket pair without using any certificated
- by malik
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.