ActiveDirectoryMembershipProvider::GetPassword Method (String^, String^)
.NET Framework (current version)
Returns the password of the specified user from the database. The ActiveDirectoryMembershipProvider class does not support this method.
Assembly: System.Web (in System.Web.dll)
Parameters
- username
-
Type:
System::String^
The user to retrieve the password for.
- passwordAnswer
-
Type:
System::String^
The password answer for the user.
| Exception | Condition |
|---|---|
| NotSupportedException | The ActiveDirectoryMembershipProvider does not support password retrieval. |
The ActiveDirectoryMembershipProvider class does not support returning the user's password.
.NET Framework
Available since 2.0
Available since 2.0
Show: