你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NonDualMessageSecurityOverRelayHttpElement 类

定义

表示使用非双工服务协定 HTTP 发送的消息的安全配置设置。 此类不能被继承。

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

构造函数

NonDualMessageSecurityOverRelayHttpElement()

表示使用非双工服务协定 HTTP 发送的消息的安全配置设置。 此类不能被继承。

属性

AlgorithmSuite

从配置文件中获取或设置用于保护 HTTP 消息的消息加密和密钥包装算法。

(继承自 MessageSecurityOverRelayHttpElement)
ClientCredentialType

从配置文件获取或设置使用基于消息的安全性或 TransportWithMessageCredential 执行客户端身份验证时要使用的凭据类型。

(继承自 MessageSecurityOverRelayHttpElement)
EstablishSecurityContext

获取或设置一个 XML 值,该值定义是否建立了安全上下文。

NegotiateServiceCredential

从配置文件获取或设置一个布尔值,该值指定服务凭据是在客户端带外预配的,还是通过协商过程从服务向客户端获取。

(继承自 MessageSecurityOverRelayHttpElement)

适用于