BenSelect Documentation
IPasswordCheckRulesConfigurationProvider Interface
Members  See Also  Send Feedback
Selerix.Foundation.Security Namespace : IPasswordCheckRulesConfigurationProvider Interface
Password check rules configuration provider.

Syntax

JScript 
public interface IPasswordCheckRulesConfigurationProvider 

Public Properties

 NameDescription
 PropertyBreakOnCheckFailBreak check on any check fail  
 PropertyPasswordCharacterRulesList of character rules to check.  
 PropertyPasswordDoesntContainLoginNamePassword shouldn't contain login name.  
 PropertyPasswordDoesntEqualLoginNamePassword shouldn't equal to login name.  
 PropertyPasswordDoesntStartWithLoginNamePassword shouldn't start with login name.  
 PropertyPasswordHistoryCountHow many old password to remember in history for reusability check.  
 PropertyPasswordMaxLengthPassword maximum length.  
 PropertyPasswordMaxRepeatingCharactersMaximum amount of repeating characters.  
 PropertyPasswordMaxValidityDaysFor how many days password doesn't expire.  
 PropertyPasswordMinCharacterRulesToApplyMinimum amount of character rules to pass validation.  
 PropertyPasswordMinDigitsMinimum amount digits to include.  
 PropertyPasswordMinLengthPassword minimum length.  
 PropertyPasswordMinLowerCaseLettersMinimum amonut of lower case characters.  
 PropertyPasswordMinSpecialCharactersMinimum amount of special characters.  
 PropertyPasswordMinUpperCaseLettersMinimum amount of upper case characters.  
Top

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2024 All Rights Reserved.