Gets the Current Password Information for the User
Namespace: DotNetNuke.Security.MembershipAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public override string GetPassword( UserInfo user, string passwordAnswer ) |
Visual Basic |
---|
Public Overrides Function GetPassword ( user As UserInfo, passwordAnswer As String ) As String |
Parameters
- user
- Type: DotNetNuke.Entities.Users..::..UserInfo
The user to delete from the Data Store.
- passwordAnswer
- Type: System..::..String
The answer to the Password Question, ues to confirm the user has the right to obtain the password.