I want to retrieve the username and password of user that requires the service operation.
For this i need to specify the following configuration:
<binding name="NewBinding0">
<security mode="Message">
<message clientCredentialType="UserName" negotiateServiceCredential="false"
establishSecurityContext="false" />
</security>
</binding>
Now it requires the x509 certificate. Can i disable it, or modify the security mode or message credentialType, but to provide the same functionality?