UsersUpsert(Guid, String, String, String, String) 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("The password salt is now included in the hash.")]
public void Upsert(
	Guid userId,
	string userName,
	string passwordHash,
	string passwordSalt,
	string email
)

Parameters

userId  Guid
 
userName  String
 
passwordHash  String
 
passwordSalt  String
 
email  String
 

See Also