Table of Contents

Class TcpRelayTransportSecurity

Namespace
Microsoft.ServiceBus
Assembly
Microsoft.ServiceBus.dll

Provides properties that control authentication parameters and protection level for the TCP transport relay binding.

public sealed class TcpRelayTransportSecurity
Inheritance
TcpRelayTransportSecurity
Inherited Members

Properties

ProtectionLevel

Gets or sets the transport protection level.

public ProtectionLevel ProtectionLevel { get; set; }

Property Value

ProtectionLevel

Returns a ProtectionLevel that contains the protection level. The default is EncryptAndSign.