BasicHttpRelaySecurityElement 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.
Represents a configuration element that configures the security for a basic HTTP relay binding.
public sealed class BasicHttpRelaySecurityElement : System.Configuration.ConfigurationElement
type BasicHttpRelaySecurityElement = class
inherit ConfigurationElement
Public NotInheritable Class BasicHttpRelaySecurityElement
Inherits ConfigurationElement
- Inheritance
-
BasicHttpRelaySecurityElement
Constructors
BasicHttpRelaySecurityElement() |
Properties
Message |
Gets a Configuration element that specifies the message-level security settings for a BasicHttpRelayBinding. |
Mode |
Gets or sets the security mode for a BasicHttpRelayBinding. |
RelayClientAuthenticationType |
Gets or sets the authentication type specified in this configuration element. |
Transport |
Gets a configuration element that specifies the transport-level security settings for a BasicHttpRelayBinding binding. |
Applies to
Azure SDK for .NET