<clientCredentials> 要素の <peer>

ピアツーピア クライアントの認証時に使用される資格情報を指定します。

<system.serviceModel>
  <behaviors>
    <endpointBehaviors>
      <endpointBehaviors> の <behavior>
        <clientCredentials>
          <clientCredentials> 要素の <peer>

<peer>
  <certificate/>
  <peerAuthentication/>
  <messageSenderAuthentication/>
</peer>

属性および要素

属性

なし。

子要素

要素 説明

<certificate> 要素

ピアツーピア クライアントのメッセージの署名と暗号化に使用する X.509 証明書を指定します。

<peerAuthentication> 要素

ピア クライアントの認証オプションを指定します。

<messageSenderAuthentication> 要素

メッセージ送信者の認証オプションを指定します。

親要素

要素 説明

<clientCredentials>

サービスに対するクライアントの認証に使用される資格情報を指定します。

解説

この構成要素は、ピア ノードがメッシュ内の他のノードに対して自身を認証するために使用する資格情報と、ピア ノードが他のピア ノードを認証するために使用する認証設定を指定します。詳細については、「Peer Channel Message Authentication」および「Best Practices for Securing PeerChannel Applications」を参照してください。

関連項目

リファレンス

ClientCredentialsElement
ClientCredentials
PeerCredentialElement
Peer
ClientCredentials
Peer
PeerCredential

その他の技術情報

Peer to Peer Networking
Securing Clients
Peer Channel Message Authentication
Peer Channel Custom Authentication
Best Practices for Securing PeerChannel Applications
Securing Services and Clients