NetOnewayRelaySecurityElement Class
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.
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. |