WCF Message Security implementation with custom attributes

Posted by parag on Stack Overflow See other posts from Stack Overflow or by parag
Published on 2010-05-15T14:22:43Z Indexed on 2010/05/15 14:34 UTC
Read the original article Hit count: 313

Filed under:
|
|
|
|

How can i implement message security in WCF with custom attributes,

One way of doing this by UserNamePasswordValidator which accepts user name and password but in my case I have to pass 2 more attribute that is company and region to authenticate the user.

Please suggest the solution for achieving this.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about wcf