UserValidateUser Method

Definition

Namespace: Centralpoint.Web
Assembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
C#
private static bool ValidateUser(
	Management management,
	string username,
	string password,
	out Guid userId,
	bool useMaster = false
)

Parameters

management  Management
 
username  String
 
password  String
 
userId  Guid
 
useMaster  Boolean  (Optional)
 

Return Value

Boolean

See Also