Expand Minimize
This topic has not yet been rated - Rate this topic

EndToEndSecurityMode Enumeration

Determines the security settings for an Windows Azure Service Bus binding and describes the security relationship between the client and the service endpoint.

Namespace:  Microsoft.ServiceBus
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
public enum EndToEndSecurityMode
Member nameDescription
MessageSecurity is provided using SOAP message security.
NoneSecurity is disabled.
TransportSecurity is provided using a transport security, typically SSL.
TransportWithMessageCredentialA secure transport (for example, HTTPS) provides integrity, confidentiality, and authentication while SOAP message security provides client authentication.

Windows Azure Service Bus supports only Full Trust code access security.

EndToEndSecurityMode is used with the NetEventRelayBinding, NetOnewayRelayBinding, NetTcpRelayBinding, WS2007HttpRelayBinding, and WSHttpRelayBinding constructors. Each of these bindings have constructors that allow you to set the security mode. For more information about security issues, see Security and Protection and Securing and Authenticating an AppFabric Service Bus Connection.

Any ProtectionLevel settings of a transport are ignored if the SecurityMode is set to None.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.
facebook page visit twitter rss feed newsletter