WSE 服务的 IPasswordProvider 在哪里?
我在 WSE 项目中找不到 IPasswordProvider 接口。
我想创建一个自定义密码提供程序,因此我必须实现此接口。
它位于哪个命名空间中?
在 VS.NET 中,我在任何地方都找不到 Microsoft.Web.Services.Security?
更新 我找到了 Microsoft.Web.Services3,这是 .net 3.5 还是仍然可以在 .net 2.0 中使用?
但我在Services3中找不到接口?
I can't find IPasswordProvider interface in my WSE project.
I want to create a custom password provider so I have to implement this interface.
Which namespace is it in?
In VS.NET, I can't find Microsoft.Web.Services.Security anywhere?
Update
I found Microsoft.Web.Services3, is that .net 3.5 or it still works in .net 2.0?
But I can't find the interface in Services3??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我假设您使用的是 WSE 版本 2 或更高版本。 IPasswordProvider 接口从版本 2 开始已过时。 请参阅此处了解更多信息:
http://msdn.microsoft.com/en-我们/library/ms827740.aspx
I assume you are using version 2 or later of WSE. The IPasswordProvider interface was made obsolete from version 2 on. See here for more info:
http://msdn.microsoft.com/en-us/library/ms827740.aspx