ActiveDirectoryMembershipProvider.EnablePasswordRetrieval Property

Definition

Gets a value indicating whether the user's password can be retrieved from the Active Directory data store. This property always returns false.

public:
 virtual property bool EnablePasswordRetrieval { bool get(); };
public override bool EnablePasswordRetrieval { get; }
member this.EnablePasswordRetrieval : bool
Public Overrides ReadOnly Property EnablePasswordRetrieval As Boolean

Property Value

false to indicate that password retrieval is not supported by the ActiveDirectoryMembershipProvider class.

Exceptions

An attempt to access the EnablePasswordRetrieval property was made before the ActiveDirectoryMembershipProvider instance was initialized.

Remarks

The ActiveDirectoryMembershipProvider class does not support password retrieval.

Applies to