Click or drag to resize

LocalSecurityRepositoryCreateUser Method

Creates a user with a specified password.

Namespace:  SanteDB.DisconnectedClient.Services.Local
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public SecurityUser CreateUser(
	SecurityUser userInfo,
	string password
)

Parameters

userInfo
Type: SanteDB.Core.Model.SecuritySecurityUser
The security user.
password
Type: SystemString
The password.

Return Value

Type: SecurityUser
Returns the newly created user.

Implements

ISecurityRepositoryServiceCreateUser(SecurityUser, String)
See Also