次の方法で共有


BasicHttpRelayBindingElement.Security プロパティ

定義

バインディングに使用するセキュリティの種類を取得します。

[System.Configuration.ConfigurationProperty("security")]
public Microsoft.ServiceBus.Configuration.BasicHttpRelaySecurityElement Security { get; }
[<System.Configuration.ConfigurationProperty("security")>]
member this.Security : Microsoft.ServiceBus.Configuration.BasicHttpRelaySecurityElement
Public ReadOnly Property Security As BasicHttpRelaySecurityElement

プロパティ値

BasicHttpRelaySecurityElementバインディングで使用するセキュリティの種類を指定する を返します。 既定値は None です。

属性

適用対象