UseManagedPresentationBindingElement Class
A binding element used to communicate with a CardSpace Security Token Service that supports the
CardSpace
profile of WS-Trust.Assembly: System.ServiceModel (in System.ServiceModel.dll)
System.ServiceModel.Channels::BindingElement
System.ServiceModel.Channels::UseManagedPresentationBindingElement
| Name | Description | |
|---|---|---|
![]() | UseManagedPresentationBindingElement() | Initializes a new instance of the UseManagedPresentationBindingElement class. |
| Name | Description | |
|---|---|---|
![]() | 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() | Copies 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<T>(BindingContext^) | Returns a typed object requested, if present, from the appropriate layer in the binding stack.(Overrides BindingElement::GetProperty<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 in the binding element into the WSDL information. |
This class is used by an identity provider to express in its policy the fact that it supports the
CardSpace
profile of WS-Trust. Identity providers that publish such a policy assertion should be able to issue tokens based on thatCardSpace
profile.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.


