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

WebHttpRelaySecurityElement 类

定义

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

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

构造函数

WebHttpRelaySecurityElement()

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

属性

Mode

获取或设置绑定使用的安全模式。

RelayClientAuthenticationType

获取或设置服务客户端使用的中继客户端身份验证类型。

Transport

获取一个配置元素,该元素指示配置为接收 HTTP 请求的服务终结点的传输级安全设置。

适用于