How to use WS-Security in C#?

后端 未结 2 779
予麋鹿
予麋鹿 2021-01-03 16:35

How to create a web service in C# that uses WS-Security for encryption and signatures for both sides (requests and responses)?

Client and server will use certificate

2条回答
  •  说谎
    说谎 (楼主)
    2021-01-03 17:11

    Use WCF - it supports a plethora of WS-* standards - including WS-Security.

    WCF is part of .NET 3.0 and up.

    Marc

提交回复
热议问题