SecurityServices for .NET 2.0 Documentation

IValidator.PasswordStrength Property

[This is preliminary documentation and subject to change.]

Gives an indication of how 'far' the password is from being validated.

 PasswordStrength {get;}

Property Value

A double precision floating point number betzeen 0.0 and 1.0 that gives an indication of how strong the password is, considering the validation requirements. A value of 1.0 corresponds with a validated password.

See Also

IValidator Interface | Org.Mentalis.SecurityServices.Authentication Namespace