<wsDualHttpBinding>의 <security>
<wsDualHttpBinding>의 보안 기능을 정의합니다.
스키마 계층
<system.serviceModel>
<bindings>
<wsDualHttpBinding>
<binding>
<wsDualHttpBinding>의 <security>
구문
<security mode="Message/None">
<message
algorithmSuite="Basic128/Basic192/Basic256/Basic128Rsa15/Basic256Rsa15/TripleDes/TripleDesRsa15/Basic128Sha256/Basic192Sha256/TripleDesSha256/Basic128Sha256Rsa15/Basic192Sha256Rsa15/Basic256Sha256Rsa15/TripleDesSha256Rsa15"
clientCredentialType="Certificate/IssuedToken/None/UserName/Windows"
negotiateServiceCredential="Boolean"/>
</security>
특성 및 요소
다음 단원에서는 특성, 자식 요소 및 부모 요소에 대해 설명합니다.
특성
특성 | 설명 |
---|---|
mode |
|
자식 요소
요소 | 설명 |
---|---|
메시지 수준 보안 설정을 정의합니다. 이 요소는 MessageSecurityOverHttp 형식입니다. |
부모 요소
요소 | 설명 |
---|---|
<wsDualHttpBinding>의 모든 바인딩 기능을 정의합니다. |
설명
이중 바인딩은 클라이언트의 IP 주소를 서비스에 노출합니다. 클라이언트는 보안을 사용하여 신뢰하는 서비스에만 연결해야 합니다.
참고 항목
참조
WSDualHttpSecurity
Security
Security
WsDualHttpSecurityElement
BasicHttpSecurity
개념
기타 리소스
Securing Services and Clients
Windows Communication Foundation Bindings
Configuring System-Provided Bindings
Using Bindings to Configure Services and Clients