Class RelayedOnewayTransportSecurityElement
- Namespace
- Microsoft.ServiceBus.Configuration
- Assembly
- Microsoft.ServiceBus.dll
A configuration element that controls transport security settings for the NetOnewayRelayBinding and NetEventRelayBinding types. This class cannot be inherited.
public sealed class RelayedOnewayTransportSecurityElement : ConfigurationElement
- Inheritance
-
RelayedOnewayTransportSecurityElement
Constructors
RelayedOnewayTransportSecurityElement()
public RelayedOnewayTransportSecurityElement()
Properties
Properties
Gets the collection of properties.
protected override ConfigurationPropertyCollection Properties { get; }
Property Value
- ConfigurationPropertyCollection
ProtectionLevel
Gets or sets the transport security protection level that is applied to messages transmitted through bindings configured with this configuration element.
public ProtectionLevel ProtectionLevel { get; set; }
Property Value
- ProtectionLevel
Returns a ProtectionLevel that contains the transport security protection level specified in this configuration element.