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

  • 關於本站
  • 免責聲明