PrivacyNoticeBindingElement Class

Definition

Represents the binding element that contains the privacy policy for the WS-Federation binding.

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
Inheritance
PrivacyNoticeBindingElement
Implements

Constructors

PrivacyNoticeBindingElement()

Initializes a new instance of the PrivacyNoticeBindingElement class.

PrivacyNoticeBindingElement(PrivacyNoticeBindingElement)

Initializes a new instance of the PrivacyNoticeBindingElement class from an existing element.

Properties

Url

Gets or sets the URI at which the privacy notice is located.

Version

Gets or sets the privacy notice version number for the binding.

Methods

BuildChannelFactory<TChannel>(BindingContext)

Initializes a channel factory for producing channels of a specified type from the binding context.

(Inherited from BindingElement)
BuildChannelListener<TChannel>(BindingContext)

Initializes a channel listener to accept channels of a specified type from the binding context.

(Inherited from BindingElement)
CanBuildChannelFactory<TChannel>(BindingContext)

Returns a value that indicates whether the binding element can build a channel factory for a specific type of channel.

(Inherited from BindingElement)
CanBuildChannelListener<TChannel>(BindingContext)

Returns a value that indicates whether the binding element can build a listener for a specific type of channel.

(Inherited from BindingElement)
Clone()

Creates a copy of the current binding element.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetProperty<T>(BindingContext)

Queries the binding element stack to see whether it supports a particular interface.

GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Explicit Interface Implementations

IPolicyExportExtension.ExportPolicy(MetadataExporter, PolicyConversionContext)

Exports custom policy assertions regarding the privacy notice from the binding elements that contain the policy.

Applies to