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 reset their passwords.

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

Syntax

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

Field Value

Return Value

true if the membership provider supports password reset; otherwise, false. The default is true.

See Also

Advanced