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 invalid password or password-answer attempts 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 MaxInvalidPasswordAttempts { get; }
Visual Basic (Declaration)Copy imageCopy Code
Public Overrides ReadOnly Property MaxInvalidPasswordAttempts As Integer
	Get

Field Value

Return Value

The number of invalid password or password-answer attempts allowed before the membership user is locked out.

See Also

Advanced