PrivacyNoticeBindingElement 類別

定義

表示包含 WS-聯合繫結之隱私權原則的繫結項目。

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

建構函式

PrivacyNoticeBindingElement()

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

PrivacyNoticeBindingElement(PrivacyNoticeBindingElement)

從現有的項目初始化 PrivacyNoticeBindingElement 類別的新執行個體。

屬性

Url

取得或設定隱私權注意事項所在的 URI。

Version

取得或設定繫結的隱私權注意事項版本號碼。

方法

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)

從包含原則的繫結項目,匯出有關隱私權注意事項的自訂原則判斷提示。

適用於