Click or drag to resize
UserInfoProviderGetPasswordHash Method
Returns the hashed password representation (is hashing on).

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 9.0.0
Syntax
C#
public static string GetPasswordHash(
	string password,
	string passwordFormat,
	string salt
)

Parameters

password
Type: SystemString
Password to hash
passwordFormat
Type: SystemString
Format of the password
salt
Type: SystemString
Password salt

Return Value

Type: String
See Also