In my application I am using WCF services that use NetTcpBindings and are configured for both message and transport security (protection level set to EncryptAndSign). The services are hosted as Windows Services in the system.
As far as I understand the connection between the client and my service should be secured with SSL/TLS?
If this is the case can you tell me if there is a risk of the POODLE attack and how is the SSL 3.0 explicitly disabled for WCF services?