<sslStreamSecurity>
SSL ストリームを使用するチャネル セキュリティをサポートするカスタム バインディング要素を表します。
スキーマの階層
<system.serviceModel>
<bindings>
<customBinding>
<binding>
<sslStreamSecurity>
構文
<sslStreamSecurity requireClientCertificate="Boolean" />
属性と要素
以降のセクションでは、属性、子要素、および親要素について説明します。
属性
属性 | 説明 |
---|---|
requireClientCertificate |
クライアント証明書がこのバインディングに必要かどうかを指定するブール値。既定値は false です。 |
子要素
なし。
親要素
要素 | 説明 |
---|---|
カスタム バインディングのすべてのバインディング機能を定義します。 |
参照
リファレンス
<customBinding>
SslStreamSecurityElement
CustomBinding
SslStreamSecurityBindingElement
その他のリソース
Windows Communication Foundation Bindings
Extending Bindings
Custom Bindings