UseManagedPresentationBindingElement Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A binding element used to communicate with a CardSpace Security Token Service that supports the CardSpace profile of WS-Trust.
public ref class UseManagedPresentationBindingElement sealed : System::ServiceModel::Channels::BindingElement, System::ServiceModel::Description::IPolicyExportExtension
public sealed class UseManagedPresentationBindingElement : System.ServiceModel.Channels.BindingElement, System.ServiceModel.Description.IPolicyExportExtension
type UseManagedPresentationBindingElement = class
inherit BindingElement
interface IPolicyExportExtension
Public NotInheritable Class UseManagedPresentationBindingElement
Inherits BindingElement
Implements IPolicyExportExtension
- Inheritance
- Implements
Remarks
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 that CardSpace profile.
Constructors
UseManagedPresentationBindingElement() |
Initializes a new instance of the UseManagedPresentationBindingElement class. |
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() |
Copies 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) |
Returns a typed object requested, if present, from the appropriate layer in the binding stack. |
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 in the binding element into the WSDL information. |