<ws2007HttpBinding> の <security>
<ws2007HttpBinding> 要素と共に使用されるセキュリティ設定を表します。
<system.serviceModel>
<bindings>
<ws2007HttpBinding>
<binding>
<ws2007HttpBinding> の <security>
<system.serviceModel>
<bindings>
<ws2007HttpBinding>
<binding name = "string">
<security mode="None/Message/Transport/TransportWithMessageCredential">
<transport>
</transport>
<message>
</message>
</security
</ws2007HttpBinding>
</bindings>
</system.ServiceModel>
属性および要素
属性
属性 | 説明 |
---|---|
mode |
この属性は SecurityMode 型です。 |
子要素
要素 | 説明 |
---|---|
トランスポートのセキュリティ設定を定義します。この要素は、HttpTransportSecurityElement 型に対応しています。これらの設定は、モードが Transport に設定されている場合のみ適用されます。 |
|
メッセージのセキュリティ設定を定義します。この要素は、MessageSecurityOverHttpElement 型に対応しています。これらの設定は、モードが Transport に設定されている場合は適用されません。 |
親要素
要素 | 説明 |
---|---|
HTTP トランスポート アプリケーションのセキュリティで保護されたバインド。 |
解説
この要素は、WS-* 仕様を実装するサービスと相互運用するようにデザインされています。このバインディングのトランスポート セキュリティは、SSL (Secure Sockets Layer) over HTTP または HTTPS です。
関連項目
リファレンス
WSHttpSecurity
Security
Security
WSHttpSecurityElement
BasicHttpSecurity
概念
その他の技術情報
Securing Services and Clients
Windows Communication Foundation Bindings
Configuring System-Provided Bindings
Using Bindings to Configure Services and Clients