PasswordManagerGetPasswordStrengthStatic Method |
Static method to get the strength of a password between 0 and 100.
Namespace:
PsrApi.Managers
Assembly:
PsrApi (in PsrApi.dll) Version: 9.3.0.33526 (08.10.2025)+e4d6269d444890d28afbdf39a4add0d0ad0df4f2
Syntaxpublic static int GetPasswordStrengthStatic(
string password
)
Parameters
- password
- Type: SystemString
Password that should be checked
Return Value
Type:
Int32
See Also