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

MessageSecurityOverRelayHttpElement 类

定义

一个配置元素,它使用 HTTP 传输机制描述Azure 服务总线中继上的消息安全性。

public class MessageSecurityOverRelayHttpElement : System.Configuration.ConfigurationElement
type MessageSecurityOverRelayHttpElement = class
    inherit ConfigurationElement
Public Class MessageSecurityOverRelayHttpElement
Inherits ConfigurationElement
继承
MessageSecurityOverRelayHttpElement
派生

属性

AlgorithmSuite

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

ClientCredentialType

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

NegotiateServiceCredential

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

适用于