Visual Guard Class Library Documentation

VGMemberShipProvider.PasswordAttemptWindow Property

Gets the number of minutes in which a maximum number of invalid password or password-answer attempts are allowed before the membership user is locked out.

public override Int32 PasswordAttemptWindow {get;}

Property Value

The number of minutes in which a maximum number of invalid password or password-answer attempts are allowed before the membership user is locked out.

Remarks

This value is defined in the Visual Guard repository and can be modified by editing the password policy in the Visual Guard console.

The PasswordAttemptWindow property works in conjunction with the MaxInvalidPasswordAttempts property to guard against an unwanted source guessing the password or password answer of a membership user through repeated attempts.

See Also

VGMemberShipProvider Class | Novalys.VisualGuard.Security.WebForm Namespace