Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>are you trying to pass the windows credentials to your service ? or provide it for the response ? i am not 100% clear on what you are trying to accomplish.</p> <p>If i understand what you are doing you cant do it through the config. You do it in code like this</p> <pre><code>client.ClientCredentials.UserName.UserName = UserId; client.ClientCredentials.UserName.Password = Password; </code></pre> <p>But if you are trying to configure windows credentials in the config file. First off its not recommended but here is a couple of links for that.</p> <p><a href="https://stackoverflow.com/questions/950928/how-to-specify-windows-credentials-in-wcf-client-configuration-file">How to specify Windows credentials in WCF client configuration file</a></p> <p><a href="http://msdn.microsoft.com/en-us/library/ms733131.aspx" rel="nofollow noreferrer">http://msdn.microsoft.com/en-us/library/ms733131.aspx</a></p> <p>And this describes security for multiple scenarios. </p> <p><a href="http://msdn.microsoft.com/en-us/library/ff405740.aspx" rel="nofollow noreferrer">http://msdn.microsoft.com/en-us/library/ff405740.aspx</a></p> <p>Another helpful link on wcf security <a href="http://wcfsecurityguide.codeplex.com/releases/view/15892" rel="nofollow noreferrer">http://wcfsecurityguide.codeplex.com/releases/view/15892</a></p> <p>I think you will get a lot more responses if you describe your situation and clarify what it is you need accomplished.</p> <p>But if this helps by all means award me the rep :)</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload