Click or drag to resize

CryptoUtilsGetPasswordScore Method

Checks the password's strength

Namespace:  Cauldron.Cryptography
Assembly:  Cauldron.Cryptography (in Cauldron.Cryptography.dll) Version: 3.2.0.2
Syntax
public static PasswordScore GetPasswordScore(
	string password
)

Parameters

password
Type: SystemString
The password to check

Return Value

Type: PasswordScore
Returns PasswordScore rating
See Also