PrivacyNoticeBindingElement Class
Represents the binding element that contains the privacy policy for the WS-Federation binding.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
System.ServiceModel.Channels.BindingElement
System.ServiceModel.Channels.PrivacyNoticeBindingElement
| Name | Description | |
|---|---|---|
![]() | PrivacyNoticeBindingElement() | Initializes a new instance of the PrivacyNoticeBindingElement class. |
![]() | PrivacyNoticeBindingElement(PrivacyNoticeBindingElement) | Initializes a new instance of the PrivacyNoticeBindingElement class from an existing element. |
| Name | Description | |
|---|---|---|
![]() | BuildChannelFactory(Of TChannel)(BindingContext) | Initializes a channel factory for producing channels of a specified type from the binding context.(Inherited from BindingElement.) |
![]() | BuildChannelListener(Of TChannel)(BindingContext) | Initializes a channel listener to accept channels of a specified type from the binding context.(Inherited from BindingElement.) |
![]() | CanBuildChannelFactory(Of 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(Of 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.(Overrides BindingElement.Clone().) |
![]() | 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(Of T)(BindingContext) | Queries the binding element stack to see whether it supports a particular interface.(Overrides BindingElement.GetProperty(Of T)(BindingContext).) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IPolicyExportExtension.ExportPolicy(MetadataExporter, PolicyConversionContext) | Exports custom policy assertions regarding the privacy notice from the binding elements that contain the policy. |
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



