NetTcpRelayBindingBase.Security Property

Definition

Gets an object that specifies the type of security used with services configured with this binding.

public Microsoft.ServiceBus.NetTcpRelaySecurity Security { get; }
member this.Security : Microsoft.ServiceBus.NetTcpRelaySecurity
Public ReadOnly Property Security As NetTcpRelaySecurity

Property Value

Returns NetTcpRelaySecurity, which contains the types of security used with this binding. The default mode of security is Transport.

Applies to