次の方法で共有


<sslStreamSecurity>

SSL ストリームを使用するチャネル セキュリティをサポートするカスタム バインディング要素を表します。

<system.serviceModel>
  <bindings>
    <customBinding>
      <binding>
        <sslStreamSecurity>

<sslStreamSecurity requireClientCertificate="Boolean" />

属性および要素

属性

属性 説明

requireClientCertificate

クライアント証明書がこのバインディングに必要かどうかを指定するブール値。既定値は false です。

子要素

なし。

親要素

要素 説明

<binding>

カスタム バインディングのすべてのバインディング機能を定義します。

関連項目

リファレンス

<customBinding>
SslStreamSecurityElement
CustomBinding
SslStreamSecurityBindingElement

その他の技術情報

Windows Communication Foundation Bindings
Extending Bindings
Custom Bindings