TransportSecurityBindingElement Class
Represents a custom binding element that supports mixed-mode security (such as, optimized message security over a secure transport).
Assembly: System.ServiceModel (in System.ServiceModel.dll)
A custom binding contains a collection of binding elements arranged in a specific order: the element that represents the top of the binding stack is added first, the next element down in the binding stack is added second, and so forth.
To add this class to a binding
Create a BindingElementCollection.
Create custom binding elements that will be above this binding element in the binding stack, such as the optional TransactionFlowBindingElement and ReliableSessionBindingElement.
Add these elements in the previously mentioned order to the BindingElementCollection using the InsertItem method.
Create an instance of TransportSecurityBindingElement and add it to the collection.
Add any additional custom binding elements to the collection, such as TcpTransportBindingElement.
Note Once an instance of this object is created, you should treat the properties of its base class, SecurityBindingElement, as immutable. Calling set on some properties may have unpredictable effects: the binding may behave as if the property retained its old value, with a run-time failure being the only indication of an issue. Two properties known to behave this way are KeyType and MessageSecurityVersion. There may be other properties for which this is true.
System.ServiceModel.Channels.BindingElement
System.ServiceModel.Channels.SecurityBindingElement
System.ServiceModel.Channels.TransportSecurityBindingElement
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.