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

WSHttpRelaySecurity.RelayClientAuthenticationType 属性

定义

获取或设置服务应用程序或客户端应用程序提供给Azure 服务总线所需的身份验证类型。

public Microsoft.ServiceBus.RelayClientAuthenticationType RelayClientAuthenticationType { get; set; }
member this.RelayClientAuthenticationType : Microsoft.ServiceBus.RelayClientAuthenticationType with get, set
Public Property RelayClientAuthenticationType As RelayClientAuthenticationType

属性值

服务应用程序或客户端应用程序向Azure 服务总线提供的身份验证类型。 默认为 RelayAccessToken

适用于