Click or drag to resize
IUserManagerCreateUserWithHash Method
Creates a new user. If CanCreateUsersWithHash is false then this should throw an exception when called.

Namespace: VirtualRadar.Interface.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void CreateUserWithHash(
	IUser user,
	Hash passwordHash
)

Parameters

user
Type: VirtualRadar.Interface.SettingsIUser
passwordHash
Type: VirtualRadar.Interface.SettingsHash
See Also