SIFWorks ADK 2.0
AddPassword Method (Algorithm, KeyName, Value)
NamespacesEdustructures.SifWorks.InfraPasswordListAddPassword(PasswordAlgorithm, String, String)

[This is preliminary documentation and is subject to change.]

Adds the value of the <Password> element.
Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
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 &lt;Password&gt; element
Remarks

This form of setPassword is provided as a convenience method that is functionally equivalent to the method AddPassword

Version: 2.0

Since: 1.5r1

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10