SIFWorks ADK 2.0
WritePassword Method (password, value)
NamespacesEdustructures.SifWorksSifEncryptionWritePassword(Password, String)

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

Encrypts the specified password and populates the Password field with the algorithm and key name values. This method must be overriden by the specific encryption algorithm to set the actual encrypted value.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void WritePassword(
	Password password,
	string value
)
Public Overridable Sub WritePassword ( _
	password As Password, _
	value As String _
)
public:
virtual void WritePassword (
	Password^ password, 
	String^ value
)
Parameters
password (Password)
The password object to populate
value (String)
The value to encryp

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