C# Class Sitecore.SharedSource.Commons.Utilities.UserUtil

Methods for dealing with Sitecore Membership users
Exibir arquivo Open project: Velir/Sitecore-Commons

Public Methods

Method Description
LoginUser ( string userName, string userPassword, string domain ) : bool

Logs in the user to the specified domain.

Method Details

LoginUser() public static method

Logs in the user to the specified domain.
public static LoginUser ( string userName, string userPassword, string domain ) : bool
userName string Name of the user.
userPassword string The user password.
domain string The domain to log the user into
return bool