Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>You security will be covered by the ssl.</p> <p>For authentication you have two options - basic (username and password) or certificate.</p> <p><a href="http://www.codeplex.com/WCFSecurity/Wiki/View.aspx?title=How%20to%3A%20Use%20basicHttpBinding%20with%20Certificate%20Authentication%20from%20Windows%20Forms&amp;referringTitle=Video%20Index" rel="nofollow noreferrer">Here</a> is a video that demonstrates configuring certificate authentication.</p> <p>In that you are configuring the security elements of the basicHttpBinding shown below:</p> <p>&lt;basicHttpBinding><br> &nbsp;&nbsp;&lt;binding name="basicHttp"><br> &nbsp;&nbsp;&nbsp;&nbsp;&lt;security mode="TransportWithMessageCredential"><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;message clientCredentialType="Certificate"/><br> &nbsp;&nbsp;&nbsp;&nbsp;&lt;/security><br> &nbsp;&nbsp;&lt;/binding><br> &lt;/basicHttpBinding></p> <p>There is also a good page on this <a href="http://www.devx.com/codemag/Article/33342/1763/page/2" rel="nofollow noreferrer">here</a>. Google on clientCredentialType and you should find yourself on the right track soon enough.</p> <p>For setting up the client certificates you are after the wse* policy file.</p> <p>You will need to work out how you will provide the client certificate to the various sites.- that depends on security concerns of the project. There are various ways (none of which I can remember sorry, I last did this for wse* to wse* about two years ago so the details are forgotten, but it is certainly possible, took a few days solid research to find a good method).</p>
    singulars
    1. This table or related slice is empty.
    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. 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