WCF security mode Message with clientCredentialType="UserName"

Discussion in 'ASP.NET / ASP.NET Core' started by Maria, Feb 17, 2008.

  1. Hi All,

    How can I use security Message mode with UserName clientCredentialType on this hosting?

    DASP support this mode?





    <wsHttpBinding>





    <security mode="Message">


    <message clientCredentialType="UserName"/>


    </security>


    </binding>
     
  2. Have you tried setting the clientCredentialType to Windows?

    rcp
    DiscountASP.NET
    www.DiscountASP.NET
     

Share This Page