PrivacyNoticeBindingElement クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 クラスの新しいインスタンスを初期化します。 |
プロパティ
Url |
プライバシーに関する声明が存在する場所の URI を取得または設定します。 |
Version |
バインドに対するプライバシーに関する声明のバージョン番号を取得または設定します。 |
メソッド
BuildChannelFactory<TChannel>(BindingContext) |
指定した種類のチャネルを生成するよう、バインド コンテキストからチャネル ファクトリを初期化します。 (継承元 BindingElement) |
BuildChannelListener<TChannel>(BindingContext) |
指定した種類のチャネルを受け入れるよう、バインディング コンテキストからチャネル リスナーを初期化します。 (継承元 BindingElement) |
CanBuildChannelFactory<TChannel>(BindingContext) |
指定した種類のチャネルに対するチャネル ファクトリをバインド要素が作成できるかどうかを示す値を返します。 (継承元 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) |
ポリシーを格納しているバインド要素から、プライバシーに関する声明についてのカスタム ポリシー アサーションをエクスポートします。 |
適用対象
.NET