Indicates whether the membership provider is configured to allow users to retrieve their passwords.

Namespace: Novalys.VisualGuard.Security.WebForm
Assembly: Novalys.VisualGuard.Security.WebForm (in Novalys.VisualGuard.Security.WebForm.dll) Version: 2017.0.101.17 (2017.0.101.17)

Syntax

C#
public override bool EnablePasswordRetrieval { get; }
Visual Basic
Public Overrides ReadOnly Property EnablePasswordRetrieval As Boolean
	Get

Property Value

Type: Boolean
false. Visual Guard repository supports only Hashed password format. Hashed password cannot be retrieved.

See Also