NetOnewayRelaySecurityElement Class

Definition

Defines the security settings for the NetTcpBinding binding in an App.config file. This class cannot be inherited.

public sealed class NetOnewayRelaySecurityElement : System.Configuration.ConfigurationElement
type NetOnewayRelaySecurityElement = class
    inherit ConfigurationElement
Public NotInheritable Class NetOnewayRelaySecurityElement
Inherits ConfigurationElement
Inheritance
NetOnewayRelaySecurityElement

Constructors

NetOnewayRelaySecurityElement()

Properties

Message

Gets the security settings for the message.

Mode

Gets or sets the type of security that is applied.

RelayClientAuthenticationType

Gets a value that describes whether clients of a service are required to present a security token issued by the Azure Service Bus service to the Azure Service Bus service when sending messages.

Transport

Gets the security settings for the transport.

Applies to