This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Indicates whether the membership provider is configured to allow users to retrieve their passwords.

Namespace: Smartsite.DigiD
Assembly:  Smartsite.DigiD (in Smartsite.DigiD.dll)

Syntax

C#Copy imageCopy Code
public override bool EnablePasswordRetrieval { get; }
Visual Basic (Declaration)Copy imageCopy Code
Public Overrides ReadOnly Property EnablePasswordRetrieval As 
	Get

Field Value

Return Value

true if the membership provider is configured to support password retrieval; otherwise, false. The default is false.

See Also

Advanced