| PasswordManagerGetPasswordStrength Method  | 
 
                Gets the strength of a given plaintext passwords between 0 and 100.
            
 
    Namespace: 
   PsrApi.Managers
    Assembly:
   PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
 Syntax
Syntaxpublic int GetPasswordStrength(
	string password
)
Parameters
- password
- Type: SystemString
 
Return Value
Type: 
Int32 See Also
See Also