PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets the password for the specified user name from the data source.

Namespace: Smartsite.Security.Authentication
Assembly:  Smartsite.Security (in Smartsite.Security.dll)

Syntax

C#Copy imageCopy Code
public override string GetPassword(
	string username,
	string answer
)
Visual Basic (Declaration)Copy imageCopy Code
Public Overrides Function GetPassword ( _
	username As , _
	answer As  _
) As 

Parameters

username
String
The user to retrieve the password for.
answer
String
The password answer for the user.

Return Value

The password for the specified user name.

See Also

Advanced