다음을 통해 공유


<serviceCredentials>

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

스키마 계층

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

구문

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

특성 및 요소

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

특성

특성 설명

type

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

자식 요소

요소 설명

<serviceCredentials>의 <clientCertificate>

클라이언트 인증서가 out-of-band 방식으로 제공될 때 사용할 인증서를 지정합니다. 이 요소는 클라이언트 인증서 유효성 검사 설정도 지정합니다. 이 요소는 X509InitiatorCertificateServiceElement 형식입니다.

<serviceCredentials>의 <issuedTokenAuthentication>

이 서비스에 대해 현재 발급된 토큰을 지정합니다. 이 요소는 IssuedTokenServiceElement 형식입니다.

<serviceCredentials>의 <peer>

피어 노드에 대한 현재 자격 증명을 지정합니다. 이 요소는 PeerCredentialElement 형식입니다.

<serviceCredential>의 <secureConversationAuthentication>

보안 대화에 대한 현재 자격 증명을 지정합니다. 이 요소는 SecureConversationServiceElement 형식입니다.

<serviceCredentials>의 <serviceCertificate>

자체 식별을 위해 서비스에서 사용되는 인증서를 지정합니다. 이 요소는 X509RecipientCertificateServiceElement 형식입니다.

<userNameAuthentication>

사용자 이름 암호 유효성 검사의 설정을 지정합니다. 이 요소는 UserNameServiceElement 형식입니다.

<serviceCredentials>의 <windowsAuthentication>

Windows 자격 증명 유효성 검사의 설정을 지정합니다. 이 요소는 WindowsServiceElement 형식입니다.

부모 요소

요소 설명

<endpointBehaviors>의 <behavior>

동작 요소를 지정합니다.

참고 항목

참조

ServiceCredentialsElement
ServiceCredentials

기타 리소스

Security Behaviors in WCF