WS2007FederationHttpRelayBinding.CreateMessageSecurity Method

[This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]

When implemented in a derived class, returns the security binding element from the current Service Bus binding.

Namespace: Microsoft.ServiceBus
Assembly: Microsoft.ServiceBus (in microsoft.servicebus.dll)

Usage

    Dim returnValue As SecurityBindingElement

returnValue = Me.CreateMessageSecurity

Syntax

'Declaration
Protected Overrides Function CreateMessageSecurity As SecurityBindingElement
protected override SecurityBindingElement CreateMessageSecurity ()
protected:
virtual SecurityBindingElement^ CreateMessageSecurity () override
protected SecurityBindingElement CreateMessageSecurity ()
protected override function CreateMessageSecurity () : SecurityBindingElement

Return Value

Returns SecurityBindingElement. Contains the security binding element from the current Service Bus binding.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

WS2007FederationHttpRelayBinding Class
WS2007FederationHttpRelayBinding Members
Microsoft.ServiceBus Namespace