NetEventRelayBindingElement.Security Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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