SIFWorks ADK 2.0
ReadPassword Method (password)
NamespacesEdustructures.SifWorksSifEncryptionReadPassword(Password)

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

Returns the unencrypted password value from the Password field. If the algorithm in use is a hash algorithm, the Base64 instance of the hash will be returned instead.
Declaration Syntax
C#Visual BasicVisual C++
public abstract string ReadPassword(
	Password password
)
Public MustOverride Function ReadPassword ( _
	password As Password _
) As String
public:
virtual String^ ReadPassword (
	Password^ password
) abstract
Parameters
password (Password)
The field that needs to be decrypted
Return Value
The unencrypted password

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