UserInfoProviderGetPasswordHashInternal Method |
Returns the hashed password representation (is hashing on).
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 12.0.0
Syntax protected virtual string GetPasswordHashInternal(
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:
StringSee Also