次の方法で共有


NetTcpRelaySecurityElement.Mode プロパティ

定義

で構成された NetTcpRelayBindingエンドポイントでメッセージ レベルまたはトランスポート レベルのセキュリティを使用するかどうかを示す XML 値を取得または設定します。

[System.Configuration.ConfigurationProperty("mode", DefaultValue=Microsoft.ServiceBus.EndToEndSecurityMode.Transport)]
public Microsoft.ServiceBus.EndToEndSecurityMode Mode { get; set; }
[<System.Configuration.ConfigurationProperty("mode", DefaultValue=Microsoft.ServiceBus.EndToEndSecurityMode.Transport)>]
member this.Mode : Microsoft.ServiceBus.EndToEndSecurityMode with get, set
Public Property Mode As EndToEndSecurityMode

プロパティ値

EndToEndSecurityModeセキュリティ モードを含む を返します。 既定値は、Transport です。

属性

適用対象