다음을 통해 공유


<netPeerBinding>의 <security>

메시지 전송에 사용되는 인증 형식 및 보안을 비롯하여 <netPeerTcpBinding>의 보안 설정을 정의합니다.

<system.serviceModel>
  <bindings>
    <netPeerTcpBinding>
      <binding>
        <netPeerBinding>의 <security>

<netPeerBinding>
    <binding>
        <security mode="Message/None/Transport//TransportWithMessageCredential">
            <transport credentialType="Certificate/Password" />
        </security>
    </binding>
</netPeerBinding>

특성 및 요소

특성

특성 설명

mode

선택적 요소입니다. 이 바인딩으로 구성된 피어에서 사용하는 보안 형식을 지정합니다. 기본값은 Message입니다. 이 특성은 SecurityMode 형식입니다.

자식 요소

요소 설명

<netPeerTcpBinding>의 <transport>

이 바인딩으로 구성된 피어에서 보낸 보안 메시지의 전송 형식을 정의합니다. 이 요소는 PeerTransportSecurityElement 형식입니다.

부모 요소

요소 설명

<binding>

<netPeerTcpBinding>의 모든 바인딩 기능을 정의합니다.

설명

보안은 메시지 또는 전송별로 고유할 수 있습니다.

참고 항목

참조

PeerSecurityElement
Security
Security
PeerSecuritySettings

개념

<binding>

기타 리소스

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