WSHttpRelaySecurityElement.Mode Property

Definition

Gets or sets the mode of security that is used by an endpoint configured to receive HTTP requests.

[System.Configuration.ConfigurationProperty("mode", DefaultValue=Microsoft.ServiceBus.EndToEndSecurityMode.Transport)]
public Microsoft.ServiceBus.EndToEndSecurityMode Mode { get; set; }
[<System.Configuration.ConfigurationProperty("mode", DefaultValue=Microsoft.ServiceBus.EndToEndSecurityMode.Transport)>]
member this.Mode : Microsoft.ServiceBus.EndToEndSecurityMode with get, set
Public Property Mode As EndToEndSecurityMode

Property Value

Returns a EndToEndSecurityMode that specifies the type of security that is applied. The default value is Message.

Attributes

Applies to