다음을 통해 공유


<ws2007HttpBinding>의 <security>

<ws2007HttpBinding> 요소로 사용되는 보안 설정을 나타냅니다.

<system.serviceModel>
  <bindings>
    <ws2007HttpBinding>
      <binding>
        <ws2007HttpBinding>의 <security>

<system.serviceModel>
    <bindings>
        <ws2007HttpBinding>
            <binding name = "string">
              <security mode="None/Message/Transport/TransportWithMessageCredential">
                  <transport>
                  </transport>
                  <message>
                  </message>
              </security
        </ws2007HttpBinding>
    </bindings>
</system.ServiceModel>

특성 및 요소

특성

특성 설명

mode

  • 선택적 특성입니다. 적용되는 보안 형식을 지정합니다. 기본값은 Message입니다.

이 특성은 SecurityMode 형식입니다.

자식 요소

요소 설명

<ws2007HttpBinding>의 <transport>

전송 보안 설정을 정의합니다. 이 요소는 HttpTransportSecurityElement 형식에 해당합니다. 이 설정은 모드를 Transport로 설정한 경우에만 적용됩니다.

<ws2007HttpBinding>의 <message>

메시지에 대한 보안 설정을 정의합니다. 이 요소는 MessageSecurityOverHttpElement 형식에 해당합니다. 이 설정은 모드를 Transport로 설정한 경우에 적용되지 않습니다.

부모 요소

요소 설명

<ws2007HttpBinding>

HTTP 전송 응용 프로그램에 대한 보안 바인딩입니다.

설명

이 요소는 WS-* 사양을 구현하는 서비스와 상호 운용하도록 디자인되었습니다. 이 바인딩의 전송 보안은 HTTP 또는 SSL(Secure Sockets Layer) over HTTP입니다.

참고 항목

참조

WSHttpSecurity
Security
Security
WSHttpSecurityElement
BasicHttpSecurity

개념

<binding>

기타 리소스

Securing Services and Clients
Windows Communication Foundation Bindings
Configuring System-Provided Bindings
Using Bindings to Configure Services and Clients