Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

wsHttpBinding message-level security without using certificates?

Tags:

c#

.net

wcf

Is it possible to avoid having to use certificates with wsHttpBinding when using message-level security ?

or is there any other method to encrypt communications between client and server without having to go through the hassle of configuring certificates.

like image 838
Attilah Avatar asked Jun 24 '26 12:06

Attilah


1 Answers

If both client and server are in the same windows domain then yes (using windows security) else no. If you want to avoid using certificates you must build your own solution but once you fully understand how encryption and signing is provided and what is transfered in certificates you will find out that you are trying reinvent a wheel.

like image 189
Ladislav Mrnka Avatar answered Jun 27 '26 03:06

Ladislav Mrnka



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!