NetTcpRelaySecurityElement Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a configuration element that configures the security for a net TCP service through the Azure Service Bus relay.
public sealed class NetTcpRelaySecurityElement : System.Configuration.ConfigurationElement
type NetTcpRelaySecurityElement = class
inherit ConfigurationElement
Public NotInheritable Class NetTcpRelaySecurityElement
Inherits ConfigurationElement
- Inheritance
-
NetTcpRelaySecurityElement
Constructors
NetTcpRelaySecurityElement() |
Properties
Message |
Gets a configuration element that represents the message security settings for the NetTcpRelayBinding. |
Mode |
Gets or sets an XML value that describes whether message-level or transport-level security is used by an endpoint configured with NetTcpRelayBinding. |
RelayClientAuthenticationType |
Gets or sets the authentication type required for the client to present to the Azure Service Bus when sending messages. |
Transport |
Gets the transport security setting for the NetTcpRelayBinding. |