[This is preliminary documentation and is subject to change.]
Adds the value of the <Password> element.
| C# | Visual Basic | Visual C++ |
public void AddPassword( PasswordAlgorithm Algorithm, string KeyName, string Value )
Public Sub AddPassword ( _ Algorithm As PasswordAlgorithm, _ KeyName As String, _ Value As String _ )
public: void AddPassword ( PasswordAlgorithm^ Algorithm, String^ KeyName, String^ Value )
- Algorithm (PasswordAlgorithm)
- The method used to encrypt the user's password. See the implementation details below.
- KeyName (String)
- The name of the key to be used for decryption of the password. Left blank for plain, encoded text (Algorithm attribute value of "base64") and hash algorithms.
- Value (String)
- Gets or sets the content value of the <Password> element
This form of setPassword is provided as a convenience method that is functionally equivalent to the method AddPassword
Version: 2.0
Since: 1.5r1