다음을 통해 공유


<netPeerTcpBinding>의 <transport>

<netPeerTcpBinding> 사용 시 전송 수준 보안의 설정을 지정합니다.

<configuration>
  <system.serviceModel>
    <bindings>
      <netPeerTcpBinding>
        <binding>
          <security>
            <전송>

구문

<netPeerTcpBinding>
  <binding>
    <security>
      <transport credentialType="Certificate/Password" />
    </security>
  </binding>
</netPeerTcpBinding>

특성 및 요소

다음 단원에서는 특성, 자식 요소 및 부모 요소에 대해 설명합니다.

특성

attribute Description
credentialType (선택 사항) 피어 전송을 통해 보내는 메시지를 확인할 때 사용되는 자격 증명 형식을 지정합니다. 이 특성은 PeerTransportCredentialType 형식입니다.

credentialType 특성

Description
인증서 피어 채널 전송을 인증하려면 X509 인증서가 필요합니다.
암호 피어 채널 전송을 인증하려면 올바른 암호가 필요합니다.

자식 요소

None

부모 요소

요소 Description
<security> <netPeerTcpBinding>에 대한 보안 설정을 정의합니다.

참고 항목