logo
  • 教程列表
  • SO官方文档
  • WCF 安全
    • WCF 安全
    • 配置 WsHttpBinding 以使用基本身份验证的传输安全性
  1. StackOverflow 文档
  2. wcf 教程
  3. WCF 安全
  4. 配置 WsHttpBinding 以使用基本身份验证的传输安全性

配置 WsHttpBinding 以使用基本身份验证的传输安全性

Created: November-22, 2018

<bindings >
  <wsHttpBinding >
   <binding name="mybinding" >
    <security mode="Transport" >
     <transport clientCredentialType="Basic"/ >
    </security >
   </binding >
  </wsHttpBinding >
</bindings >
  • WCF 安全

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 关于我们
  • 免责声明