UseManagedPresentationBindingElement 類別

定義

繫結項目,這個繫結項目可用來與 CardSpace 安全性權杖服務進行通訊,該服務支援 WS-Trust 的 CardSpace 設定檔。

public ref class UseManagedPresentationBindingElement sealed : System::ServiceModel::Channels::BindingElement, System::ServiceModel::Description::IPolicyExportExtension
public sealed class UseManagedPresentationBindingElement : System.ServiceModel.Channels.BindingElement, System.ServiceModel.Description.IPolicyExportExtension
type UseManagedPresentationBindingElement = class
    inherit BindingElement
    interface IPolicyExportExtension
Public NotInheritable Class UseManagedPresentationBindingElement
Inherits BindingElement
Implements IPolicyExportExtension
繼承
UseManagedPresentationBindingElement
實作

備註

身分識別提供者會使用這個類別,在其原則中表示它支援 WS-TRUST 的 CardSpace 設定檔。 發行此類原則判斷提示的身分識別提供者,應該可以根據該 CardSpace 設定檔來發行權杖。

建構函式

UseManagedPresentationBindingElement()

初始化 UseManagedPresentationBindingElement 類別的新執行個體。

方法

BuildChannelFactory<TChannel>(BindingContext)

初始化通道處理站,以便從繫結內容產生指定型別的通道。

(繼承來源 BindingElement)
BuildChannelListener<TChannel>(BindingContext)

初始化通道接聽項,以便從繫結內容接受指定之類型的通道。

(繼承來源 BindingElement)
CanBuildChannelFactory<TChannel>(BindingContext)

傳回值,指出繫結項目是否可以建置 (Build) 特定通道類型的通道處理站。

(繼承來源 BindingElement)
CanBuildChannelListener<TChannel>(BindingContext)

傳回值,指出繫結項目是否可以建置特定通道型別的通道接聽程式。

(繼承來源 BindingElement)
Clone()

複製目前的繫結項目。

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetProperty<T>(BindingContext)

從繫結堆疊的適當層次中,傳回要求的型別物件 (如果有)。

GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

明確介面實作

IPolicyExportExtension.ExportPolicy(MetadataExporter, PolicyConversionContext)

將繫結項目中的自訂原則判斷提示匯出為 WSDL 資訊。

適用於