SalesBuy
1-855-856-7678
Technical SupportSupport
Gets a configuration element that represents the message security settings for the NetTcpRelayBinding.
Namespace: Microsoft.ServiceBus.Configuration
[ConfigurationPropertyAttribute("message")] public MessageSecurityOverRelayConnectionElement Message { get; }
The MessageSecurityOverRelayConnectionElement specifies the client credential type and security algorithm used. Note that the client credential here is used to authenticate with the service, which is different from the RelayClientAuthenticationType used to authenticate with the relay.
For more information, see Configuring an AppFabric Service Bus Application and Creating a Custom AppFabric Service Bus Binding.