ActiveDirectoryMembershipProvider::EnablePasswordRetrieval Property
.NET Framework (current version)
Gets a value indicating whether the user's password can be retrieved from the Active Directory data store. This property always returns false.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::Booleanfalse to indicate that password retrieval is not supported by the ActiveDirectoryMembershipProvider class.
| Exception | Condition |
|---|---|
| InvalidOperationException | An attempt to access the EnablePasswordRetrieval property was made before the ActiveDirectoryMembershipProvider instance was initialized. |
The ActiveDirectoryMembershipProvider class does not support password retrieval.
.NET Framework
Available since 2.0
Available since 2.0
Show: