ActiveDirectoryMembershipProvider.EnablePasswordRetrieval Property

 

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)

Public Overrides ReadOnly Property EnablePasswordRetrieval As Boolean

Property Value

Type: System.Boolean

false 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
Return to top
Show: