Table of Contents

Class TcpRelayTransportSecurityElement

Namespace
Microsoft.ServiceBus.Configuration
Assembly
Microsoft.ServiceBus.dll

Represents a configuration element that configures the security for a TCP transport service through the Azure Service Bus relay.

public sealed class TcpRelayTransportSecurityElement : ConfigurationElement
Inheritance
TcpRelayTransportSecurityElement

Constructors

TcpRelayTransportSecurityElement()

public TcpRelayTransportSecurityElement()

Properties

Properties

Gets the collection of properties.

protected override ConfigurationPropertyCollection Properties { get; }

Property Value

ConfigurationPropertyCollection

ProtectionLevel

Gets or sets an XML value containing the transport security level for a TCP relay.

public ProtectionLevel ProtectionLevel { get; set; }

Property Value

ProtectionLevel

Returns a ProtectionLevel that contains the transport security level. The default value is EncryptAndSign.