SecurityServices for .NET 2.0 Documentation

CharacterValidator.PasswordStrength Property

[This is preliminary documentation and subject to change.]

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

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

Implements

IValidator.

See Also

CharacterValidator Class | Org.Mentalis.SecurityServices.Authentication Namespace