<serviceCredentials>

서비스를 인증하는 데 사용되는 자격 증명 및 클라이언트 자격 증명 유효성 검사 관련 설정을 지정합니다.

<configuration>
  <system.serviceModel>
    <behaviors>
      <serviceBehaviors>
        <behavior>
          <serviceCredentials>

구문

<serviceCredentials type="String">
  <clientCertificate>
  </clientCertificate>
  <issuedTokenAuthentication>
  </issuedTokenAuthentication>
  <peer>
  </peer>
  <secureConversationAuthentication>
  </secureConversationAuthentication>
  <serviceCertificate>
  </serviceCertificate>
  <userNameAuthentication>
  </userNameAuthentication>
  <windowsAuthentication>
  </windowsAuthentication>
</serviceCredentials>

특성 및 요소

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

특성

attribute Description
type 이 구성 요소의 형식을 지정하는 문자열입니다.

자식 요소

요소 Description
<clientCertificate> 클라이언트 인증서가 out-of-band 방식으로 제공될 때 사용할 인증서를 지정합니다. 이 요소는 클라이언트 인증서 유효성 검사 설정도 지정합니다. 이 요소는 X509InitiatorCertificateServiceElement 형식입니다.
<issuedTokenAuthentication> 이 서비스에 대해 현재 발급된 토큰을 지정합니다. 이 요소는 IssuedTokenServiceElement 형식입니다.
<peer> 피어 노드에 대한 현재 자격 증명을 지정합니다. 이 요소는 PeerCredentialElement 형식입니다.
<secureConversationAuthentication> 보안 대화에 대한 현재 자격 증명을 지정합니다. 이 요소는 SecureConversationServiceElement 형식입니다.
<serviceCertificate> 자체 식별을 위해 서비스에서 사용되는 인증서를 지정합니다. 이 요소는 X509RecipientCertificateServiceElement 형식입니다.
<userNameAuthentication> 사용자 이름 암호 유효성 검사의 설정을 지정합니다. 이 요소는 UserNameServiceElement 형식입니다.
<windowsAuthentication> Windows 자격 증명 유효성 검사의 설정을 지정합니다. 이 요소는 WindowsServiceElement 형식입니다.

부모 요소

요소 Description
<behavior> 동작 요소를 지정합니다.

참고 항목