NetTcpRelaySecurityElement Class

Definition

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.

Applies to