简体   繁体   中英

how to expose a service as secure?

in a project i want to expose a service to clients for giving a xml file to them. i use web service and soapHeader for authentication. is the way secure? what is foible of it? what is the other Techniques for this aim? i read something about REST. is it for this?

Simply create a WCF service. It will be secure by default.

The default settings create a service using WS-Security. If you have clients that cannot handle WS-Security, you can adjust the security settings downward until your clients can handle it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM