WSE 3 中的 Request.Security.Tokens 和 Request.Security.Elements 有什么区别?
所以我试图让 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论