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

MessageSecurityOverRelayOnewayElement 类

定义

一个配置元素,用于描述发往Azure 服务总线中继的单向消息的消息安全性。

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

构造函数

MessageSecurityOverRelayOnewayElement()

一个配置元素,用于描述发往Azure 服务总线中继的单向消息的消息安全性。

属性

AlgorithmSuite

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

ClientCredentialType

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

适用于