I have a requirement to specify a cipher suite that will be used for transport layer security on wsHttpBinding in WCF.
I'm having trouble finding what type of encryption is used by default for TLS WCF, first of all, not to mention setting it up.
This question is related to working in an environment where most systems are built on Java, which, apparently, allows you to program code.
Is there a way to see which cipher is being used, and is it even better to set it up to another?
Sorry for the possible mixing and misuse of the safety conditions,
Update 1: I defined the ciphers used in the WCF client-server interaction using WireShark , the Client provides a list of ciphers that it supports, and the server selects one of the ciphers for later use. I have not yet been able to programmatically determine the ciphers that will not be used either on the client side or on the server side. Please let me know your experience with this.
Thank,
Martine
source
share