次の方法で共有


PeerTransportElement.Security プロパティ

定義

このバインディングによって作成されるピア チャネルに設定されるセキュリティを指定する構成要素を取得または設定します。

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

プロパティ値

PeerSecurityElement

このバインディングによって作成されるピア チャネルに対して設定するセキュリティを示す PeerSecuritySettings 列挙値。 セキュリティは、メッセージ固有にすることも、トランスポート固有にすることもできます。

属性

適用対象