PasswordStrengthIndicator 2.2.0
dotnet add package PasswordStrengthIndicator --version 2.2.0
NuGet\Install-Package PasswordStrengthIndicator -Version 2.2.0
<PackageReference Include="PasswordStrengthIndicator" Version="2.2.0" />
paket add PasswordStrengthIndicator --version 2.2.0
#r "nuget: PasswordStrengthIndicator, 2.2.0"
// Install PasswordStrengthIndicator as a Cake Addin #addin nuget:?package=PasswordStrengthIndicator&version=2.2.0 // Install PasswordStrengthIndicator as a Cake Tool #tool nuget:?package=PasswordStrengthIndicator&version=2.2.0
Password Strength Indicator somewhat similar to ASP.NET AJAX PasswordStrength extender control behavior Available Features: Password setting are stored in xml file, Client side and server side validation, Password strength in different colors, Check if password contains x number of Uppercase characters (A-Z), Check if password contains any Lowercase characters (a-z), Check if password contains x number of Base 10 digits (0 through 9), Check if password contains x number of allowable Nonalphanumeric characters, Check if password meet the Minimum and Maximum password length requirement, Check if password exceeded the allowable Maximum consecutive repeated character, Check if password contains keyboard sequence (i.e., 123456, qwerty, …)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.