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

NetTcpRelaySecurityElement 类

定义

表示一个配置元素,该元素通过 Azure 服务总线 中继配置网络 TCP 服务的安全性。

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

构造函数

NetTcpRelaySecurityElement()

表示一个配置元素,该元素通过 Azure 服务总线 中继配置网络 TCP 服务的安全性。

属性

Message

获取表示 的消息安全设置的配置 NetTcpRelayBinding元素。

Mode

获取或设置一个 XML 值,该值描述配置了的 NetTcpRelayBinding终结点是使用 消息级安全性还是传输级安全性。

RelayClientAuthenticationType

获取或设置客户端在发送消息时向Azure 服务总线呈现所需的身份验证类型。

Transport

获取 的 NetTcpRelayBinding传输安全设置。

适用于