[C#/WCF] ProtectionLevel 속성을 사용해 메시지 보호 설정하기

■ ProtectionLevel 속성을 사용해 메시지 보호를 설정하는 방법을 보여준다.

[TestServer 프로젝트]

IHelloService.cs

HelloService.cs

Program.cs

App.config

[TestClient 프로젝트]

MainForm.cs

App.config

TestSolution.zip

Advertisements