WSHttpRelaySecurity.Mode Property

Definition

Specifies the message security mode for this Azure Service Bus binding.

public Microsoft.ServiceBus.EndToEndSecurityMode Mode { get; set; }
member this.Mode : Microsoft.ServiceBus.EndToEndSecurityMode with get, set
Public Property Mode As EndToEndSecurityMode

Property Value

Returns EndToEndSecurityMode.Contains the security mode for this Azure Service Bus binding. The default is Transport.

Applies to