次の方法で共有


<ws2007FederationHttpBinding> の <security> 要素

<ws2007FederationHttpBinding> 要素のセキュリティ設定を定義します。

<system.serviceModel>
  <bindings>
    <ws2007FederationHttpBinding>
      <binding>
        <ws2007FederationHttpBinding> の <security> 要素

<ws2007FederationBinding>
    <binding >
        <security mode="None/Message/TransportWithMessageCredential">
           <message negotiateServiceCredential="Boolean"
                algorithmSuite="Basic128/Basic192/Basic256/Basic128Rsa15/ Basic256Rsa15/TripleDes/TripleDesRsa15/Basic128Sha256/Basic192Sha256/TripleDesSha256/Basic128Sha256Rsa15/Basic192Sha256Rsa15/Basic256Sha256Rsa15/TripleDesSha256Rsa15"
                defaultProtectionLevel="none/sign/EncryptAndSign" 
                issuedTokenType="string" 
                issuedKeyType="SymmetricKey/PublicKey"
           </message>
        </security>
    </binding>
</ws2007FederationBinding>

属性および要素

属性

属性 説明

mode

省略可能。適用するセキュリティの種類を指定します。既定値は、Message です。この属性は WSFederationHttpSecurityMode 型です。

子要素

要素 説明

<ws2007HttpBinding> の <message>

メッセージ レベル セキュリティの設定を定義します。この要素は FederatedMessageSecurityOverHttpElement 型です。

親要素

要素 説明

<binding>

<<wsDualHttpBinding>>のすべてのバインディング機能を定義します。

関連項目

リファレンス

WSFederationHttpSecurity
Security
Security
WSFederationHttpSecurityElement

概念

<binding>

その他の技術情報

How to: Create a WSFederationHttpBinding
Securing Services and Clients
Selecting a Credential Type
Windows Communication Foundation Bindings
Configuring System-Provided Bindings
Using Bindings to Configure Services and Clients