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: 2017.0.101.17 (2017.0.101.17)

Syntax

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

Property Value

Type: MembershipPasswordFormat
Hashed. The Visual Guard repository supports only Hashed password format.

See Also