Click or drag to resize

PasswordManagerGetPasswordStrengthStatic Method

Static method to get the strength of a password between 0 and 100.

Namespace:  PsrApi.Managers
Assembly:  PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
public static int GetPasswordStrengthStatic(
	string password
)

Parameters

password
Type: SystemString
Password that should be checked

Return Value

Type: Int32
See Also