Skip to content

Instantly share code, notes, and snippets.

@JoanComasFdz
Created December 28, 2011 09:02
Show Gist options
  • Save JoanComasFdz/1527190 to your computer and use it in GitHub Desktop.
Save JoanComasFdz/1527190 to your computer and use it in GitHub Desktop.
Basic netTcpBinding with message-based security using username and password
<bindings>
<netTcpBinding>
<binding name="tcp_auth"
portSharingEnabled="false">
<security mode="Message">
<message clientCredentialType="UserName"/>
</security>
</binding>
</netTcpBinding>
</bindings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment