This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
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.

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

Syntax

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

Field Value

Return 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.

See Also

Advanced