KjøpBuy
1-855-856-7678
KundestøtteSupport
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
| Member name | Description | |
|---|---|---|
| Message | Security is provided using SOAP message security. | |
| None | Security is disabled. | |
| Transport | Security is provided using a transport security, typically SSL. | |
| TransportWithMessageCredential | A 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.