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 Code |
---|---|
public override string GetPassword( string username, string answer ) |
Visual Basic (Declaration) | Copy 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
LDAPMembershipProvider Class
Smartsite.Security.Authentication Namespace