.net - WCF Message Security implementation with custom attributes -


How do I apply message protection in WCF with custom attributes

using the UserNamePasswordValidator to do this One way that accepts the user's name and password, but in my case, I have to give 2 more attributes which are the company and area for user authentication.

Please suggest a solution to get it.

Stop searching the wheel again! It has already been done - see:

Excellent article comes with full source code for you to use and optimize (if necessary).


Comments