NetEventRelayBindingElement.Security Property

Definition

Gets a configuration element that contains the security options for an Azure Service Bus net event relay binding.

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

Property Value

Returns a NetOnewayRelaySecurityElement that describes the security options. The default is Transport.

Attributes

Applies to