WSE 3 中的 Request.Security.Tokens 和 Request.Security.Elements 有什么区别?

发布于 2024-07-19 05:49:19 字数 335 浏览 3 评论 0原文

所以我试图让 WSE 2.0 SP3 客户端与 WSE 3.0 服务器一起使用。 我在客户端上遇到了这行代码的问题:

transaction.RequestSoapContext.Security.Elements.Add(new MessageSignature(token));

我想知道如果客户端已经在使用以下代码行,这行代码有多重要:

transaction.RequestSoapContext.Security.Tokens.Add(token);

有谁知道第一行代码相对于第一行代码提供了什么好处第二?

So I'm trying to get a WSE 2.0 SP3 client to work with a WSE 3.0 server. I'm running into an issue with this line of code on the client:

transaction.RequestSoapContext.Security.Elements.Add(new MessageSignature(token));

I'm wondering how important is this line if the client is already using the following line of code:

transaction.RequestSoapContext.Security.Tokens.Add(token);

Does anyone know what benefits the first line of code provides over the second?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文