다음을 통해 공유


<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 AuthenticationBest 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