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

MessageSecurityOverRelayConnectionElement 类

定义

描述通过Azure 服务总线中继连接的消息安全选项的配置元素。

public sealed class MessageSecurityOverRelayConnectionElement : System.Configuration.ConfigurationElement
type MessageSecurityOverRelayConnectionElement = class
    inherit ConfigurationElement
Public NotInheritable Class MessageSecurityOverRelayConnectionElement
Inherits ConfigurationElement
继承
MessageSecurityOverRelayConnectionElement

构造函数

MessageSecurityOverRelayConnectionElement()

描述通过Azure 服务总线中继连接的消息安全选项的配置元素。

属性

AlgorithmSuite

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

ClientCredentialType

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

适用于