![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
|
Hi! I developed a file transfer service using WCF. This service is using net.tcp binding and is self hosted in a windows service. In order to encrypt the messages transfered between the client and the server, i decided to use X509-certificates. My goal would be the following: Clients have the public key of the server installed in the windows certificate store. The server has its own private key installed. When clients send messages to the server, a check is performed, if the data is sent to a server with the same public key as the one installed on the client-machine. The server should not perform any checks. Every client is welcome. We want to use the same certificate for every server, so the server-name should not be checked either. In the internet i only found samples using mutual authentication with certificates so i got stuck now on this issue. Any help would be greatly appreciated! Thanks a lot in advance. Markus |
#2
| |||
| |||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |