NonDualMessageSecurityOverRelayHttpElement Class

Definition

Represents the configuration settings for the security of a message sent using HTTP for non-duplex service contracts. This class cannot be inherited.

public sealed class NonDualMessageSecurityOverRelayHttpElement : Microsoft.ServiceBus.Configuration.MessageSecurityOverRelayHttpElement
type NonDualMessageSecurityOverRelayHttpElement = class
    inherit MessageSecurityOverRelayHttpElement
Public NotInheritable Class NonDualMessageSecurityOverRelayHttpElement
Inherits MessageSecurityOverRelayHttpElement
Inheritance
NonDualMessageSecurityOverRelayHttpElement

Constructors

NonDualMessageSecurityOverRelayHttpElement()

Properties

AlgorithmSuite

Gets or sets from the configuration file the message encryption and key-wrap algorithms used to secure an HTTP message.

(Inherited from MessageSecurityOverRelayHttpElement)
ClientCredentialType

Gets or sets from the configuration file the type of credential to be used when performing client authentication using message-based security or TransportWithMessageCredential.

(Inherited from MessageSecurityOverRelayHttpElement)
EstablishSecurityContext

Gets or sets an XML value that defines whether a Security Context was established.

NegotiateServiceCredential

Gets or sets from the configuration file a Boolean value that specifies whether the service credential is provisioned at the client out-of-band, or is obtained from the service to the client through a process of negotiation.

(Inherited from MessageSecurityOverRelayHttpElement)

Applies to