PrivacyNoticeBindingElement 类

定义

表示一个绑定元素,它包含 WS-Federation 绑定的隐私策略。

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)

返回一个值,该值指示绑定元素是否可以为特定类型的通道生成通道工厂。

(继承自 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)

从包含策略的绑定元素中导出关于隐私声明的自定义策略断言。

适用于