BasicHttpRelayBindingElement.Security Property

Definition

Gets the type of security to be used for the binding.

[System.Configuration.ConfigurationProperty("security")]
public Microsoft.ServiceBus.Configuration.BasicHttpRelaySecurityElement Security { get; }
[<System.Configuration.ConfigurationProperty("security")>]
member this.Security : Microsoft.ServiceBus.Configuration.BasicHttpRelaySecurityElement
Public ReadOnly Property Security As BasicHttpRelaySecurityElement

Property Value

Returns a BasicHttpRelaySecurityElement that specifies the type of security to be used with the binding. The default value is None.

Attributes

Applies to