<windowsStreamSecurity>
指定自訂繫結的 Windows 資料流安全性設定。
<<system.serviceModel>>
<bindings>
<customBinding>
<binding>
<windowsStreamSecurity>
<windowsStreamSecurity protectionLevel="None/Sign/EncryptAndSign"/>
屬性和項目
屬性
屬性 | 描述 |
---|---|
protectionLevel |
定義訊息層級安全性。簽章訊息可降低訊息在傳輸期間遭第三方竄改的風險。加密會提供傳輸期間的資料層級隱私權。有效值包括以下的值:
預設為 EncryptAndSign。 此屬性的型別為 ProtectionLevel。 |
子項目
無
父項目
項目 | 描述 |
---|---|
定義自訂繫結的所有繫結功能。 |
備註
TCP 和具名管道這類使用資料流導向通訊協定的傳輸,支援資料流傳輸升級。具體來說,WCF 會提供安全性升級。此傳輸安全性的組態是由此組態項目和 <sslStreamSecurity> 所封裝,而此組態可進行設定並新增至自訂繫結。
請參閱
參考
<customBinding>
CustomBinding
WindowsStreamSecurityElement
WindowsStreamSecurityBindingElement
其他資源
Windows Communication Foundation Bindings
Extending Bindings
Custom Bindings