.net - Where is IPasswordProvider for WSE services? -


I can not find the IPasswordProvider interface in my WSE project.

I want to create a custom password provider, so I have to implement this interface.

Which name is the place?

In VS.NET, I can not get Microsoft. Web. Services Security anywhere?

Update I got Microsoft Web. Services 3, is it 3.5 pure or does it still work in pure 2.0?

But I'm not getting the interface in service 3 ??

I think you are using version 2 or later WSE. The IPasswordProvider interface was made obsolete by version 2. For more information see:


Comments