User Name and Password
The Web Services Enhancements for Microsoft .NET (WSE) support signing and encrypting SOAP messages by using a user name and password.
In This Section
- How to: Sign a SOAP Message by Using a User Name and Password
Details how to use policy or code to digitally sign a SOAP message by using a user name and password.
- How to: Verify Digital Signatures of SOAP Messages Signed Using a User Name and Password
Details how to have WSE verify digital signatures signed using a user name and password and how to use policy or code to require that SOAP messages be digitally signed using a user name and password.
- How to: Encrypt a SOAP Message by Using a User Name and Password
Details how to use policy and code to encrypt a SOAP messages by using a user name and password.
- How to: Decrypt a SOAP Message Encrypted Using a User Name and Password
Details how to have WSE decrypt SOAP message encrypted using a user name and password and how to use policy or code to require that SOAP messages be encrypted using a user name and password.
- How to: Authorize the Message Sender Based on a User Name and Password
Details how to authorize access to a Web service based on a UsernameToken included in a SOAP message.
Reference
- UsernameToken
The class that represents a security token based on a user name and password.
- UsernameTokenManager
The security token manager for UsernameToken security tokens.