ActiveDirectoryMembershipProvider.EnablePasswordRetrieval Property
.NET Framework 3.0
Gets a value indicating whether the user's password can be retrieved from the Active Directory data store. This property always returns false.
Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public boolean get_EnablePasswordRetrieval ()
public override function get EnablePasswordRetrieval () : boolean
Not applicable.
Property Value
false to indicate that password retrieval is not supported by the ActiveDirectoryMembershipProvider class.Community Additions
ADD
Show: