Gets a value indicating the format for storing passwords in the Visual Guard repository.

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

Syntax

C#
public override MembershipPasswordFormat PasswordFormat { get; }
Visual Basic (Declaration)
Public Overrides ReadOnly Property PasswordFormat As MembershipPasswordFormat

Field Value

Hashed. The Visual Guard repository supports only Hashed password format.

See Also