NetMsmqBindingElement.Security プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このバインドに関連付けられている NetMsmqSecurity を取得します。
public:
property System::ServiceModel::Configuration::NetMsmqSecurityElement ^ Security { System::ServiceModel::Configuration::NetMsmqSecurityElement ^ get(); };
[System.Configuration.ConfigurationProperty("security")]
public System.ServiceModel.Configuration.NetMsmqSecurityElement Security { get; }
[<System.Configuration.ConfigurationProperty("security")>]
member this.Security : System.ServiceModel.Configuration.NetMsmqSecurityElement
Public ReadOnly Property Security As NetMsmqSecurityElement
プロパティ値
このバインディングに関連付けられている NetMsmqSecurity 。
- 属性
注釈
NetMsmqSecurity は、MSMQ トランスポートと SOAP セキュリティの両方のカプセル化です。 トランスポート セキュリティと SOAP セキュリティのどちらを有効にするかを指定し、有効な場合は、使用されている認証モードと保護レベルを指定します。