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 セキュリティが有効であるかどうか、および有効である場合は、どの認証モードと保護レベルを使用するかを指定します。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET