BasicHttpRelaySecurityElement Class

Definition

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