UsersUpsert(Guid, String, String, String, String) Method
Note: This API is now obsolete.
Namespace: Centralpoint.Web.CmsAssembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
[ObsoleteAttribute("The password salt is now included in the hash.")]
public void Upsert(
Guid userId,
string userName,
string passwordHash,
string passwordSalt,
string email
)
<ObsoleteAttribute("The password salt is now included in the hash.")>
Public Sub Upsert (
userId As Guid,
userName As String,
passwordHash As String,
passwordSalt As String,
email As String
)
Parameters
- userId Guid
-
- userName String
-
- passwordHash String
-
- passwordSalt String
-
- email String
-