ActiveDirectoryMembershipProvider.GetPassword Method
.NET Framework 2.0
Returns the password of the specified user from the database. The ActiveDirectoryMembershipProvider class does not support this method.
Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public String GetPassword ( String username, String passwordAnswer )
public override function GetPassword ( username : String, passwordAnswer : String ) : String
Not applicable.
Parameters
- username
The user to retrieve the password for.
- passwordAnswer
The password answer for the user.
Return Value
Always throws a NotSupportedException exception.Community Additions
ADD
Show: