UserAuthenticate(String, String, Guid, Boolean) Method

Definition

Namespace: Centralpoint.Web
Assembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static bool Authenticate(
	string name,
	string password,
	out Guid userId,
	bool authAncestors
)

Parameters

name  String
 
password  String
 
userId  Guid
 
authAncestors  Boolean
 

Return Value

Boolean

See Also