NetOnewayRelaySecurityElement.Mode Property

Definition

Gets or sets the type of security that is applied.

[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 an EndToEndSecurityMode instance that contains the security mode.

Attributes

Applies to