UsersHashPassword Method

Note: This API is now obsolete.

Definition

Namespace: Centralpoint.Web.Cms
Assembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[ObsoleteAttribute("This method has been depreciated in favor or PasswordHasher.HashPassword.")]
public string HashPassword(
	string password,
	ref string salt
)

Parameters

password  String
 
salt  String
 

Return Value

String

See Also