Click or drag to resize
GnomonMembershipProviderGetPassword Method
Gets the password for the specified user name from the data source.

Namespace: RMP.Web
Assembly: RMP.Web (in RMP.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override string GetPassword(
	string username,
	string answer
)

Parameters

username
Type: SystemString
The user to retrieve the password for.
answer
Type: SystemString
The password answer for the user.

Return Value

Type: String
The password for the specified user name.
Exceptions
ExceptionCondition
NotImplementedException
See Also