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

NetOnewayRelaySecurityElement 类

定义

定义App.config文件中绑定的安全设置 NetTcpBinding 。 此类不能被继承。

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

构造函数

NetOnewayRelaySecurityElement()

定义App.config文件中绑定的安全设置 NetTcpBinding 。 此类不能被继承。

属性

Message

获取消息的安全设置。

Mode

获取或设置所应用的安全类型。

RelayClientAuthenticationType

获取一个值,该值描述发送消息时是否要求服务的客户端向Azure 服务总线服务提供Azure 服务总线服务颁发的安全令牌。

Transport

获取传输的安全设置。

适用于