WindowsStreamSecurityBindingElement 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示用來指定 Windows 資料流安全性設定的繫結項目。
public ref class WindowsStreamSecurityBindingElement : System::ServiceModel::Channels::BindingElement
public ref class WindowsStreamSecurityBindingElement : System::ServiceModel::Channels::StreamUpgradeBindingElement
public ref class WindowsStreamSecurityBindingElement : System::ServiceModel::Channels::StreamUpgradeBindingElement, System::ServiceModel::Channels::ITransportTokenAssertionProvider, System::ServiceModel::Description::IPolicyExportExtension
public class WindowsStreamSecurityBindingElement : System.ServiceModel.Channels.BindingElement
public class WindowsStreamSecurityBindingElement : System.ServiceModel.Channels.StreamUpgradeBindingElement
public class WindowsStreamSecurityBindingElement : System.ServiceModel.Channels.StreamUpgradeBindingElement, System.ServiceModel.Channels.ITransportTokenAssertionProvider, System.ServiceModel.Description.IPolicyExportExtension
type WindowsStreamSecurityBindingElement = class
inherit BindingElement
type WindowsStreamSecurityBindingElement = class
inherit StreamUpgradeBindingElement
type WindowsStreamSecurityBindingElement = class
inherit StreamUpgradeBindingElement
interface ITransportTokenAssertionProvider
interface IPolicyExportExtension
Public Class WindowsStreamSecurityBindingElement
Inherits BindingElement
Public Class WindowsStreamSecurityBindingElement
Inherits StreamUpgradeBindingElement
Public Class WindowsStreamSecurityBindingElement
Inherits StreamUpgradeBindingElement
Implements IPolicyExportExtension, ITransportTokenAssertionProvider
- 繼承
- 繼承
- 實作
備註
TCP 和具名管道這類使用資料流導向通訊協定的傳輸,支援資料流傳輸升級。 具體來說,WCF 會提供安全性升級。 此傳輸安全性的組態是由此類別和 SslStreamSecurityBindingElement 所封裝,對此您可加以設定並新增至自訂繫結。 除此之外,協力廠商可撰寫其自訂 StreamSecurityBindingElement
。 這些繫結項目會針對建置用戶端和伺服器的資料流升級提供者所呼叫的 StreamUpgradeBindingElement 類別加以擴充。
自訂繫結包含以特定順序排列的繫結項目之集合:第一個會新增代表繫結堆疊頂端的項目,第二個新增繫結堆疊中次一項目,依此類推。
若要將這個類別加入至繫結
建立在繫結堆疊中位於此繫結項目上方任何必要的自訂繫結項目,例如選擇性的 TransactionFlowBindingElement 和 ReliableSessionBindingElement。
依先前所述的順序,使用 BindingElementCollection 方法將這些建立的項目加入至 InsertItem。
建立 WindowsStreamSecurityBindingElement 的執行個體,並將它新增至集合。
將其他任何自訂繫結項目新增至集合中,例如 TcpTransportBindingElement。
建構函式
屬性
ProtectionLevel |
取得或設定保護層級。 |
方法
明確介面實作
IPolicyExportExtension.ExportPolicy(MetadataExporter, PolicyConversionContext) |
匯出 Windows 資料流安全性的自訂原則判斷提示。 |