PeerTransportElement.Security プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このバインディングによって作成されるピア チャネルに設定されるセキュリティを指定する構成要素を取得または設定します。
public:
property System::ServiceModel::Configuration::PeerSecurityElement ^ Security { System::ServiceModel::Configuration::PeerSecurityElement ^ get(); };
[System.Configuration.ConfigurationProperty("security")]
public System.ServiceModel.Configuration.PeerSecurityElement Security { get; }
[<System.Configuration.ConfigurationProperty("security")>]
member this.Security : System.ServiceModel.Configuration.PeerSecurityElement
Public ReadOnly Property Security As PeerSecurityElement
プロパティ値
このバインディングによって作成されるピア チャネルに対して設定するセキュリティを示す PeerSecuritySettings 列挙値。 セキュリティは、メッセージ固有にすることも、トランスポート固有にすることもできます。
- 属性