topical media & game development

talk show tell print

professional-xml-21-Listing-21-1.txt / txt



  using Microsoft.Web.Services3.Security.Tokens;
  
  namespace WSExample
  {
  
<summary> Validates the username and password found in a SOAP message </summary> public class myPasswordProvider : UsernameTokenManager { protected override string AuthenticateToken(UsernameToken token) { string password = token.Username;

              return password;
          }
      }
  }
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.